Click or drag to resize

GraphicBaseToUnrotatedDifference Method

Converts a point difference to object coordinates without rotation.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public VectorD3D ToUnrotatedDifference(
	PointD3D pivot,
	PointD3D point
)

Parameters

pivot  PointD3D
The pivot point.
point  PointD3D
The point to transform.

Return Value

VectorD3D
The unrotated difference vector.
See Also