Click or drag to resize

RotationalTransformationCompose Method

Overload List
  NameDescription
Public methodStatic memberCompose(AngleAxisRotation, MotionUnitQuaternion, Cartesian, Int32)
Forms a new rotational transformation as the composition of two transformations. The rotational rates of the first transformation are assumed to be zero. If the first transformation represents the transformation between axes "B" and axes "C" and the second transformation represents the transformation between axes "A" and axes "B", the result represents the transformation between axes "A" and axes "C".
Public methodStatic memberCompose(ElementaryRotation, MotionUnitQuaternion, Cartesian, Int32)
Forms a new rotational transformation as the composition of two transformations. The rotational rates of the first transformation are assumed to be zero. If the first transformation represents the transformation between axes "B" and axes "C" and the second transformation represents the transformation between axes "A" and axes "B", the result represents the transformation between axes "A" and axes "C".
Public methodStatic memberCompose(MotionUnitQuaternion, Cartesian, AngleAxisRotation, Int32)
Forms a new rotational transformation as the composition of two transformations. The rotational rates of the second transformation are assumed to be zero. If the first transformation represents the transformation between axes "B" and axes "C" and the second transformation represents the transformation between axes "A" and axes "B", the result represents the transformation between axes "A" and axes "C".
Public methodStatic memberCompose(MotionUnitQuaternion, Cartesian, ElementaryRotation, Int32)
Forms a new rotational transformation as the composition of two transformations. The rotational rates of the second transformation are assumed to be zero. If the first transformation represents the transformation between axes "B" and axes "C" and the second transformation represents the transformation between axes "A" and axes "B", the result represents the transformation between axes "A" and axes "C".
Public methodStatic memberCompose(MotionUnitQuaternion, Cartesian, MotionUnitQuaternion, Cartesian, Int32)
Forms a new rotational transformation as the composition of two transformations. If the first transformation represents the transformation between axes "B" and axes "C" and the second transformation represents the transformation between axes "A" and axes "B", the result represents the transformation between axes "A" and axes "C".
Top
See Also