Click or drag to resize

HelmertTransformation.Transform Method (Cartesian)

Transforms the position observed in the A frame to the B frame.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian Transform(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartesian
The position to transform.

Return Value

Type: Cartesian
The transformed position.
See Also