![]() |
IOLink C# 1.11.0
|
Public Member Functions | |
| TransformMatrix3Factory (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
Static Public Member Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (TransformMatrix3Factory obj) |
| static global::System.Runtime.InteropServices.HandleRef | swigRelease (TransformMatrix3Factory obj) |
| static Matrix3d | Translation (Vector2d v) |
| static Matrix3d | Rotation (double angle) |
| The rotation is done counter-clockwise, with the Y axis being up. | |
| static Matrix3d | Scaling (Vector2d v) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Create matrices for 2D transforms.
|
inlinestatic |
The rotation is done counter-clockwise, with the Y axis being up.
Create a rotation matrix.
| angle | The angle of the rotation. |
Create a Scaling matrix.
| v | The scaling factors. |
Create a translation matrix.
| v | The vector used for the translation. |