Package org.joml
Class AxisAngle4f
java.lang.Object
org.joml.AxisAngle4f
- All Implemented Interfaces:
java.io.Externalizable
,java.io.Serializable
public class AxisAngle4f
extends java.lang.Object
implements java.io.Externalizable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AxisAngle4f()
AxisAngle4f(float float1, float float2, float float3, float float4)
AxisAngle4f(float float1, Vector3fc vector3fc)
AxisAngle4f(AxisAngle4f axisAngle4f)
AxisAngle4f(Quaternionfc quaternionfc)
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object object)
Matrix3d
get(Matrix3d matrix3d)
Matrix3f
get(Matrix3f matrix3f)
Matrix4d
get(Matrix4d matrix4d)
Matrix4f
get(Matrix4f matrix4f)
Quaterniond
get(Quaterniond quaterniond)
Quaternionf
get(Quaternionf quaternionf)
int
hashCode()
AxisAngle4f
normalize()
void
readExternal(java.io.ObjectInput objectInput)
AxisAngle4f
rotate(float float1)
AxisAngle4f
set(float float1, float float2, float float3, float float4)
AxisAngle4f
set(float float1, Vector3fc vector3fc)
AxisAngle4f
set(AxisAngle4f axisAngle4f)
AxisAngle4f
set(Matrix3dc matrix3dc)
AxisAngle4f
set(Matrix3fc matrix3fc)
AxisAngle4f
set(Matrix4dc matrix4dc)
AxisAngle4f
set(Matrix4fc matrix4fc)
AxisAngle4f
set(Matrix4x3fc matrix4x3fc)
AxisAngle4f
set(Quaterniondc quaterniondc)
AxisAngle4f
set(Quaternionfc quaternionfc)
java.lang.String
toString()
java.lang.String
toString(java.text.NumberFormat numberFormat)
Vector3f
transform(Vector3f vector3f)
Vector3f
transform(Vector3fc vector3fc, Vector3f vector3f)
Vector4f
transform(Vector4f vector4f)
Vector4f
transform(Vector4fc vector4fc, Vector4f vector4f)
void
writeExternal(java.io.ObjectOutput objectOutput)
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
get
-
get
-
get
-
get
-
get
-
get
-
writeExternal
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException- Specified by:
writeExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternal
in interfacejava.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
normalize
-
rotate
-
transform
-
transform
-
transform
-
transform
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.String toString(java.text.NumberFormat numberFormat) -
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equals
in classjava.lang.Object
-