Inheritance diagram for NPlot::Transform2D::FastTransform2D:
Public Member Functions | |
FastTransform2D (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 | |
PageAlignedPhysicalAxis | xAxis_ |
PageAlignedPhysicalAxis | yAxis_ |
Definition at line 141 of file Transform2D.cs.
|
Constructor.
Definition at line 153 of file Transform2D.cs. References NPlot::Transform2D::DefaultTransform2D::xAxis_, and NPlot::Transform2D::DefaultTransform2D::yAxis_. |
|
Transforms the given world point to physical coordinates.
Implements NPlot::ITransform2D. Definition at line 179 of file Transform2D.cs. References NPlot::PhysicalAxis::WorldToPhysical(), NPlot::Transform2D::DefaultTransform2D::xAxis_, and NPlot::Transform2D::DefaultTransform2D::yAxis_. |
|
Transforms the given world point to physical coordinates.
Implements NPlot::ITransform2D. Definition at line 166 of file Transform2D.cs. References NPlot::Transform2D::DefaultTransform2D::xAxis_, and NPlot::Transform2D::DefaultTransform2D::yAxis_. |
|
Definition at line 144 of file Transform2D.cs. |
|
Definition at line 145 of file Transform2D.cs. |