simscape.multibody.RotationSequenceRotation Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Rotation
Description
Use an object of the simscape.multibody.RotationSequenceRotation
class to
construct a 3-D rotation by using a rotation-sequence parameterization. Any 3-D rotation can
be described by three successive elementary rotations. The elementary rotations correspond to
the axes of a frame that can be either the base or follower frame. Note that the base frame is
fixed while the follower frame rotates after each elementary rotation.
The Axes
property specifies which frame's axes the elementary
rotations are performed about. The Sequence
property specifies the
sequence of the elementary rotations. The Angles
property specifies the
angles for the three elementary rotations. Note that consecutive axes are distinct.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a rotation-sequence rotation with default values.R
= simscape.multibody.RotationSequenceRotation
creates a rotation-sequence rotation with the specified axes of rotation, rotation
sequence, and rotation angles.R
= simscape.multibody.RotationSequenceRotation(axes
,sequence
,angles
)
Properties
Version History
Introduced in R2022a