G3DCoordinateSystemLayerToLogicalCoordinates Method |
Calculates from two coordinates of a point the logical values (values between 0 and 1). Returns true if the conversion
is possible, otherwise false.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract bool LayerToLogicalCoordinates(
PointD3D location,
out Logical3D r
)
Parameters
- location PointD3D
- The x coordinate of the converted value (for instance location).
- r Logical3D
- The computed logical position value.
Return Value
BooleanTrue if the conversion was successfull, false if the conversion was not possible. For 3D coordinate systems,
the relative values of x and y with z=0 should be returned.
See Also