Package org.joml
Class AxisAngle4f
java.lang.Object
org.joml.AxisAngle4f
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAxisAngle4f(float float1, float float2, float float3, float float4) AxisAngle4f(float float1, Vector3fc vector3fc) AxisAngle4f(AxisAngle4f axisAngle4f) AxisAngle4f(Quaternionfc quaternionfc) -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(AxisAngle4d axisAngle4d) get(AxisAngle4f axisAngle4f) get(Quaterniond quaterniond) get(Quaternionf quaternionf) inthashCode()voidreadExternal(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) voidwriteExternal(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:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
normalize
-
rotate
-
transform
-
transform
-
transform
-
transform
-
toString
-
toString
-
hashCode
public int hashCode() -
equals
-