Package javaforce.gl
Class Translate3
java.lang.Object
javaforce.gl.Translate3
Stores a translation (movement).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-