Class AxisAngle4f
java.lang.Object
org.joml.AxisAngle4f
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAxisAngle4f
(float arg0, float arg1, float arg2, float arg3) AxisAngle4f
(float arg0, Vector3fc arg1) AxisAngle4f
(AxisAngle4f arg0) AxisAngle4f
(Quaternionfc arg0) -
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(AxisAngle4d arg0) get
(AxisAngle4f arg0) get
(Quaterniond arg0) get
(Quaternionf arg0) int
hashCode()
void
readExternal
(ObjectInput arg0) rotate
(float arg0) set
(float arg0, float arg1, float arg2, float arg3) set
(AxisAngle4d arg0) set
(AxisAngle4f arg0) set
(Matrix4x3fc arg0) set
(Quaterniondc arg0) set
(Quaternionfc arg0) toString()
toString
(NumberFormat numberFormat) void
writeExternal
(ObjectOutput arg0)
-
Field Details
-
angle
public float angle -
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
AxisAngle4f
public AxisAngle4f() -
AxisAngle4f
-
AxisAngle4f
-
AxisAngle4f
public AxisAngle4f(float arg0, float arg1, float arg2, float arg3) -
AxisAngle4f
-
-
Method Details
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
set
-
get
-
get
-
get
-
get
-
get
-
get
-
get
-
get
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
normalize
-
rotate
-
transform
-
transform
-
transform
-
transform
-
toString
-
toString
-
hashCode
-
equals
-