Table of Contents

Class MatRelationUtil

Namespace
Hi.Machining
Assembly
HiMech.dll

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

seq SeqPair<Mat4d>

The sequence pair containing two matrices.

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

m0 Mat4d

The first matrix.

m1 Mat4d

The second matrix.

Returns

MatRelation

The relationship between the matrices.