Class MatRelationUtil
Utility methods for determining relationships between matrices.
public static class MatRelationUtil
- Inheritance
-
MatRelationUtil
- Inherited Members
Methods
GetMatRelation(SeqPair<Mat4d>)
Gets the relationship between two matrices in a sequence pair.
public static MatRelation GetMatRelation(SeqPair<Mat4d> seq)
Parameters
Returns
- MatRelation
The relationship between the matrices.
GetMatRelation(Mat4d, Mat4d)
Gets the relationship between two matrices.
public static MatRelation GetMatRelation(Mat4d m0, Mat4d m1)
Parameters
Returns
- MatRelation
The relationship between the matrices.