Class ArcBall.Quat
java.lang.Object
Jcg.viewer.processing3d.ArcBall.Quat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) float[]getValue()(package private) static ArcBall.Quatmul(ArcBall.Quat q1, ArcBall.Quat q2) (package private) voidreset()(package private) voidset(float w, ArcBall.Vec3 v) (package private) voidset(ArcBall.Quat q)
-
Field Details
-
w
float w -
x
float x -
y
float y -
z
float z
-
-
Constructor Details
-
Quat
Quat() -
Quat
Quat(float w, float x, float y, float z)
-
-
Method Details
-
reset
void reset() -
set
-
set
-
mul
-
getValue
float[] getValue()
-