Click or drag to resize

G3DCoordinateSystemGetPointOnPlane(CSPlaneID, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,System.Double,System.Double)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD3D GetPointOnPlane(
	CSPlaneID id,
	double logicalFirstOther,
	double logicalSecondOther
)

Parameters

id  CSPlaneID

[Missing <param name="id"/> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,System.Double,System.Double)"]

logicalFirstOther  Double

[Missing <param name="logicalFirstOther"/> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,System.Double,System.Double)"]

logicalSecondOther  Double

[Missing <param name="logicalSecondOther"/> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,System.Double,System.Double)"]

Return Value

PointD3D

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.G3DCoordinateSystem.GetPointOnPlane(Altaxo.Graph.CSPlaneID,System.Double,System.Double)"]

See Also