Class TransformationGrid2DHelper
Inheritance
System.Object
TransformationGrid2DHelper
Namespace: Edgar.Geometry
Assembly: Edgar.dll
Syntax
public static class TransformationGrid2DHelper : Object
Methods
GetAll()
Declaration
public static List<TransformationGrid2D> GetAll()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TransformationGrid2D> |
GetAllTransformationsOld()
Declaration
public static TransformationGrid2D[] GetAllTransformationsOld()
Returns
Type | Description |
---|---|
TransformationGrid2D[] |
GetRotations(Boolean)
Declaration
public static List<TransformationGrid2D> GetRotations(bool includeIdentity = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeIdentity |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<TransformationGrid2D> |