GraphicBaseToUnrotatedDifference Method |
Converts a point difference to object coordinates without rotation.
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic VectorD3D ToUnrotatedDifference(
PointD3D pivot,
PointD3D point
)
Parameters
- pivot PointD3D
- The pivot point.
- point PointD3D
- The point to transform.
Return Value
VectorD3DThe unrotated difference vector.
See Also