HelmertTransformationTransform 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: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian Transform(
Cartesian position
)
Public Function Transform (
position As Cartesian
) As Cartesian
public:
Cartesian Transform(
Cartesian position
)
member Transform :
position : Cartesian -> Cartesian
Parameters
- position
- Type: AGI.Foundation.CoordinatesCartesian
The position to transform.
Return Value
Type:
CartesianThe transformed position.
See Also