G3DCoordinateSystemLogicalToLayerCoordinates Method |
Calculates from two logical values (values between 0 and 1) the coordinates of the point. 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 LogicalToLayerCoordinates(
Logical3D r,
out PointD3D location
)
Parameters
- r Logical3D
- The logical position value.
- location PointD3D
- On return, gives the coordinates of the converted value (for instance location).
Return Value
BooleanTrue if the conversion was successfull, false if the conversion was not possible.
See Also