Package georegression.struct.so
Class SpecialOrthogonalOps_F64
java.lang.Object
georegression.struct.so.SpecialOrthogonalOps_F64
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bestFit
(org.ejml.data.DMatrixRMaj A) Finds the best fit matrix in SO(3) for the input matrix.
-
Constructor Details
-
SpecialOrthogonalOps_F64
public SpecialOrthogonalOps_F64()
-
-
Method Details
-
bestFit
public static void bestFit(org.ejml.data.DMatrixRMaj A) Finds the best fit matrix in SO(3) for the input matrix.- Parameters:
A
- 3x3 matrix. Modified.
-