Class Scale3

java.lang.Object
javaforce.gl.Scale3

public class Scale3 extends Object
Stores scale.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Scale3(float x, float y, float z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(float x, float y, float z)
     
    void
    set(float x, float y, float z)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public float x
    • y

      public float y
    • z

      public float z
  • Constructor Details

    • Scale3

      public Scale3()
    • Scale3

      public Scale3(float x, float y, float z)
  • Method Details

    • set

      public void set(float x, float y, float z)
    • add

      public void add(float x, float y, float z)