NPlot Documented Class Library |
|
Axis.PhysicalToWorld Method
[This is preliminary documentation and subject to change.]
Return the world coordinate of the projection of the point p onto the axis.
Parameters
-
p
- The point to project onto the axis
-
physicalMin
- The physical position corresponding to the world minimum of the axis.
-
physicalMax
- The physical position corresponding to the world maximum of the axis.
-
clip
- If true, the world value will be clipped to WorldMin or WorldMax as appropriate if it lies outside this range.
Return Value
The world value corresponding to the projection of the point p onto the axis.
See Also
Axis Class | NPlot Namespace