G3DCartesicCoordinateSystemGetUntransformedAxisLineVector Method |
Gets the axis line vector. This is a vector pointing from the origin to the axis line, when the layer is assumed to be a square of 2x2x2 size, centered at the origin.
Thus the returned vector has one member set to zero, and the other two members set either to +1 or -1.
Attention: This returns the untransformed vector, i.e. the vector assuming a regular G3DCoordinateSystem without reversing or exchanging of axes).
Namespace: Altaxo.Graph.Graph3D.CSAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static VectorD3D GetUntransformedAxisLineVector(
CSLineID id
)
Parameters
- id CSLineID
- The identifier.
Return Value
VectorD3DAxis line vector (untransformed, i.e. only for a regular G3DCoordinateSystem without reversing or exchanging of axes).
Exceptions See Also