Table of Contents

Interface ITransformer

Namespace
Hi.Mech.Topo
Assembly
HiMech.dll

Interface of single transform matrix manipulation.

public interface ITransformer : IMakeXmlSource
Inherited Members
Extension Methods

Methods

Clone()

Clones this instance.

ITransformer Clone()

Returns

ITransformer

clone

GetMat()

Gets the transform matrix.

Mat4d GetMat()

Returns

Mat4d

The transform matrix.

GetMatInv()

Gets the inverse transform matrix.

Mat4d GetMatInv()

Returns

Mat4d

The inverse transform matrix.