G3DCartesicCoordinateSystemGetTransformedAxisLineVector 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.
Namespace: Altaxo.Graph.Graph3D.CSAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD3D GetTransformedAxisLineVector(
CSLineID id
)
Parameters
- id CSLineID
- The identifier.
Return Value
VectorD3DAxis line vector (transformed, thus taking into account the properties for reversing and exchanging of axes).
See Also