You are here: Start » AVL.NET » CoordinateSystem2D Structure
CoordinateSystem2D Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| CoordinateSystem2D(Single, Single, Single, Single) | ||
| CoordinateSystem2D(Vector2D, Single, Single) | ||
| CoordinateSystem2D(Point2D, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Angle | System.Single | ||
| Default | AvlNet.CoordinateSystem2D | ||
| IsDefault | System.Boolean | ||
| Origin | AvlNet.Point2D | ||
| Scale | System.Single | ||
| X | System.Single | ||
| Y | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.CoordinateSystem2D) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CoordinateSystem2D, AvlNet.CoordinateSystem2D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
