Inheritance diagram for NPlot::Transform2D::DefaultTransform2D:
Public Member Functions | |
DefaultTransform2D (PhysicalAxis xAxis, PhysicalAxis yAxis) | |
Constructor. | |
PointF | Transform (double x, double y) |
Transforms the given world point to physical coordinates. | |
PointF | Transform (PointD worldPoint) |
Transforms the given world point to physical coordinates. | |
Private Attributes | |
PhysicalAxis | xAxis_ |
PhysicalAxis | yAxis_ |
Definition at line 89 of file Transform2D.cs.
|
Constructor.
Definition at line 99 of file Transform2D.cs. |
|
Transforms the given world point to physical coordinates.
Implements NPlot::ITransform2D. Definition at line 125 of file Transform2D.cs. References NPlot::PhysicalAxis::WorldToPhysical(), xAxis_, and yAxis_. |
|
Transforms the given world point to physical coordinates.
Implements NPlot::ITransform2D. Definition at line 112 of file Transform2D.cs. References NPlot::PhysicalAxis::WorldToPhysical(), xAxis_, and yAxis_. |
|
Definition at line 91 of file Transform2D.cs. Referenced by DefaultTransform2D(), NPlot::Transform2D::FastTransform2D::FastTransform2D(), NPlot::Transform2D::FastTransform2D::Transform(), and Transform(). |
|
Definition at line 92 of file Transform2D.cs. Referenced by DefaultTransform2D(), NPlot::Transform2D::FastTransform2D::FastTransform2D(), NPlot::Transform2D::FastTransform2D::Transform(), and Transform(). |