Click or drag to resize

G3DCartesicCoordinateSystemLayerToLogicalCoordinates Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.LayerToLogicalCoordinates(Altaxo.Geometry.PointD3D,Altaxo.Graph.Logical3D@)"]


Namespace: Altaxo.Graph.Graph3D.CS
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool LayerToLogicalCoordinates(
	PointD3D location,
	out Logical3D r
)

Parameters

location  PointD3D

[Missing <param name="location"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.LayerToLogicalCoordinates(Altaxo.Geometry.PointD3D,Altaxo.Graph.Logical3D@)"]

r  Logical3D

[Missing <param name="r"/> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.LayerToLogicalCoordinates(Altaxo.Geometry.PointD3D,Altaxo.Graph.Logical3D@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.CS.G3DCartesicCoordinateSystem.LayerToLogicalCoordinates(Altaxo.Geometry.PointD3D,Altaxo.Graph.Logical3D@)"]

See Also