Package georegression.struct.so
Class Quaternion_F32
java.lang.Object
georegression.struct.so.Quaternion_F32
- All Implemented Interfaces:
Serializable,MapFormattable
@Generated("georegression.struct.so.Quaternion_F64")
public class Quaternion_F32
extends Object
implements Serializable, MapFormattable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconjugated(@Nullable Quaternion_F32 out) format(MatrixPrintFormat format) formatMap(MapPrintFormat format) booleanisIdentical(float qw, float qx, float qy, float qz, float tol) booleanisIdentical(Quaternion_F32 q, float tol) floatnorm()voidnormalized(@Nullable Quaternion_F32 out) setTo(float w, float x, float y, float z) setTo(Quaternion_F32 quaternion) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ejml.MapFormattable
formatMap
-
Field Details
-
w
public float w -
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Quaternion_F32
public Quaternion_F32() -
Quaternion_F32
public Quaternion_F32(float w, float x, float y, float z)
-
-
Method Details
-
setTo
-
setTo
-
setToIdentity
-
normalize
public void normalize() -
normalized
-
conjugated
-
norm
public float norm() -
isIdentical
-
isIdentical
public boolean isIdentical(float qw, float qx, float qy, float qz, float tol) -
format
-
formatMap
- Specified by:
formatMapin interfaceMapFormattable
-
toString
-