Class Rotate3
java.lang.Object
javaforce.gl.Rotate3
Stores angle-axis rotation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
angle
public float angle -
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Rotate3
public Rotate3() -
Rotate3
public Rotate3(float angle, float x, float y, float z)
-
-
Method Details
-
set
public void set(float angle, float x, float y, float z) -
add
public void add(float angle, float x, float y, float z)
-