Class Translate3

java.lang.Object
javaforce.gl.Translate3

public class Translate3 extends Object
Stores a translation (movement).
  • Field Summary

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

    Constructors
    Constructor
    Description
     
    Translate3(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

    • Translate3

      public Translate3()
    • Translate3

      public Translate3(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)