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()
Namespace: Aurigma.DesignAtoms.GmConverters
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class MatrixConverter
Methods
ToGm(Matrix)
Declaration
public static Matrix ToGm(this Matrix source)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix | source |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Transforms.Matrix |
ToModel(Matrix)
Declaration
public static Matrix ToModel(this Matrix source)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Transforms.Matrix | source |
Returns
| Type | Description |
|---|---|
| Matrix |