KinematicTransformation Structure |
Namespace: AGI.Foundation.Coordinates
The KinematicTransformation type exposes the following members.
Name | Description | |
---|---|---|
KinematicTransformation(MotionCartesian, MotionUnitQuaternion, Cartesian) |
Initializes a new instance from the specified translational and rotational motion.
| |
KinematicTransformation(Cartesian, Cartesian, Cartesian, MotionUnitQuaternion, Cartesian) |
Initializes a new instance with the specified translational parameters and RotationalMotion.
| |
KinematicTransformation(Cartesian, Cartesian, Cartesian, UnitQuaternion, Cartesian, Cartesian) |
Initializes a new instance with the specified translational and rotational parameters.
|
Name | Description | |
---|---|---|
Rotation |
Gets the relative rotation between the reference frames.
| |
RotationalAcceleration |
Gets the rotational acceleration of the second reference frame relative to and expressed in
the first reference frame. If this transformation does not include rotational
acceleration information, an InvalidOperationException is thrown.
| |
RotationalMotion |
Gets the rotational portion of this transformation.
| |
RotationalOrder |
Gets the number of rotational motion derivatives described by this transformation.
If this property is 0, only rotation information is available.
If this property is 1 or above, rotational velocity information is available.
If this property is 2 or above, rotational acceleration information is available.
If this property is above 2, further derivatives are available.
| |
RotationalVelocity |
Gets the rotational velocity of the second reference frame relative to and expressed in
the first reference frame. If this transformation does not include rotational
velocity information, an InvalidOperationException is thrown.
| |
Translation |
Gets the relative position vector between the reference frames.
| |
TranslationalAcceleration |
Gets the relative acceleration vector between the reference frames.
| |
TranslationalMotion |
Gets the translational portion of this transformation.
| |
TranslationalOrder |
Gets the number of translational motion derivatives described by this transformation.
If this property is 0, only position information is available.
If this property is 1 or above, velocity information is available.
If this property is 2 or above, acceleration information is available.
If this property is above 2, further derivatives are available.
| |
TranslationalVelocity |
Gets the relative velocity vector between the reference frames.
|
Name | Description | |
---|---|---|
Compose(KinematicTransformation) |
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation.
If this transformation represents the transformation between reference frame "B" and reference frame "C"
and the provided transformation represents the transformation between reference frame "A" and reference frame "B",
the result represents the transformation between reference frame "A" and reference frame "C".
| |
Compose(KinematicTransformation, Int32) |
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation.
If this transformation represents the transformation between reference frame "B" and reference frame "C"
and the provided transformation represents the transformation between reference frame "A" and reference frame "B",
the result represents the transformation between reference frame "A" and reference frame "C".
| |
Equals(KinematicTransformation) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invert |
Forms the inverse kinematic transformation.
If this transformation represents the transformation between reference frame "A" and reference frame "B",
the result represents the transformation between reference frame "B" and reference frame "A".
| |
Invert(Int32) |
Forms the inverse kinematic transformation.
If this transformation represents the transformation between reference frame "A" and reference frame "B",
the result represents the transformation between reference frame "B" and reference frame "A".
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
Transform(Cartesian) |
Transforms the position observed in the A frame to the B frame.
| |
Transform(MotionCartesian) |
Transforms the motion observed in the A frame to the B frame.
| |
Transform(MotionCartesian, Int32) |
Transforms the motion observed in the A frame to the B frame.
|
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|