Method | Description | |
---|---|---|
FastTransform2D ( |
Constructor
|
|
Transform ( PointD worldPoint ) : |
Transforms the given world point to physical coordinates
|
|
Transform ( double x, double y ) : |
Transforms the given world point to physical coordinates
|
public FastTransform2D ( |
||
xAxis | The x-axis to use for transforms | |
yAxis | The y-axis to use for transforms | |
return | System |
public Transform ( PointD worldPoint ) : |
||
worldPoint | PointD | the world point to transform |
return |
public Transform ( double x, double y ) : |
||
x | double | x coordinate of world point to transform. |
y | double | y coordinate of world point to transform. |
return |