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.2.419.0 (24.2.419.0)
Syntax public Cartesian TranslationalVelocity { get; }
Public ReadOnly Property TranslationalVelocity As Cartesian
Get
public:
property Cartesian TranslationalVelocity {
Cartesian get ();
}
member TranslationalVelocity : Cartesian with get
Property Value
Type:
CartesianExceptions Exception | Condition |
---|
InvalidOperationException |
Thrown when this transformation does not include translational velocity information.
|
See Also