G3DCoordinateSystemGetPointOnPlane(CSPlaneID, Double, Double) Method |
Gets the point on the specified plane at the given logical coordinates.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD3D GetPointOnPlane(
CSPlaneID id,
double logicalFirstOther,
double logicalSecondOther
)
Parameters
- id CSPlaneID
- The plane identifier.
- logicalFirstOther Double
- The first logical coordinate on the plane.
- logicalSecondOther Double
- The second logical coordinate on the plane.
Return Value
PointD3DThe corresponding point in layer coordinates.
See Also