Click or drag to resize

KinematicTransformationTranslationalVelocity Property

Gets the relative velocity vector between the reference frames.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian TranslationalVelocity { get; }

Property Value

Type: Cartesian
Exceptions
ExceptionCondition
InvalidOperationException Thrown when this transformation does not include translational velocity information.
See Also