Package georegression.struct.so
Class Quaternion_F64
java.lang.Object
georegression.struct.so.Quaternion_F64
- All Implemented Interfaces:
Serializable,MapFormattable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconjugated(@Nullable Quaternion_F64 out) format(MatrixPrintFormat format) formatMap(MapPrintFormat format) booleanisIdentical(double qw, double qx, double qy, double qz, double tol) booleanisIdentical(Quaternion_F64 q, double tol) doublenorm()voidnormalized(@Nullable Quaternion_F64 out) setTo(double w, double x, double y, double z) setTo(Quaternion_F64 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 double w -
x
public double x -
y
public double y -
z
public double z
-
-
Constructor Details
-
Quaternion_F64
public Quaternion_F64() -
Quaternion_F64
public Quaternion_F64(double w, double x, double y, double z)
-
-
Method Details
-
setTo
-
setTo
-
setToIdentity
-
normalize
public void normalize() -
normalized
-
conjugated
-
norm
public double norm() -
isIdentical
-
isIdentical
public boolean isIdentical(double qw, double qx, double qy, double qz, double tol) -
format
-
formatMap
- Specified by:
formatMapin interfaceMapFormattable
-
toString
-