Package org.joml
Class AxisAngle4f
java.lang.Object
org.joml.AxisAngle4f
- All Implemented Interfaces:
Externalizable
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAxisAngle4f
(float float1, float float2, float float3, float float4) AxisAngle4f
(float float1, Vector3fc vector3fc) AxisAngle4f
(AxisAngle4f axisAngle4f) AxisAngle4f
(Quaternionfc quaternionfc) -
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(AxisAngle4d axisAngle4d) get
(AxisAngle4f axisAngle4f) get
(Quaterniond quaterniond) get
(Quaternionf quaternionf) int
hashCode()
void
readExternal
(ObjectInput objectInput) rotate
(float float1) set
(float float1, float float2, float float3, float float4) set
(AxisAngle4d axisAngle4d) set
(AxisAngle4f axisAngle4f) set
(Matrix4x3fc matrix4x3fc) set
(Quaterniondc quaterniondc) set
(Quaternionfc quaternionfc) toString()
toString
(NumberFormat numberFormat) void
writeExternal
(ObjectOutput objectOutput)
-
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 float1, float float2, float float3, float float4) -
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
public int hashCode() -
equals
-