G2DCoordinateSystemGetUntransformedAxisPlaneVector Method |
Gets the untransformed perpendicular vector of the specified plane.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static VectorD2D GetUntransformedAxisPlaneVector(
CSPlaneID id
)
Parameters
- id CSPlaneID
- The plane identifier.
Return Value
VectorD2DThe untransformed perpendicular vector.
See Also