Skip to main content

Class MatrixConverter

Namespace: Aurigma.DesignAtoms.GmConverters
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class MatrixConverter

Inheritance: System.Object -> MatrixConverter

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Methods

ToGm

public static Matrix ToGm(this Matrix source)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Math.Matrixsource
Returns

Aurigma.GraphicsMill.Transforms.Matrix

ToModel

public static Matrix ToModel(this Matrix source)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Transforms.Matrixsource
Returns

Aurigma.DesignAtoms.Model.Math.Matrix

Was this page helpful?