rotate
R2026bSyntax
Description
Add-On Required: This feature requires the 3D Asset Processing Library for MATLAB add-on.
rotate(
rotates the mesh or scene object meshORsceneObj,angles)meshORsceneObj by the specified Euler
angles angles in radians.
rotate(
rotates the mesh or scene object meshORsceneObj,axis,angle)meshORsceneObj by
angle radians about the direction vector
axis.
rotate(
rotates the mesh or scene object meshORsceneObj,angles,Name=Value)meshORsceneObj using one or more
name-value arguments. For example, Sequence="ZYX" rotates the mesh using
the ZYX rotation sequence. You can use name-value arguments only with the
first syntax with input Euler angles angles.
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2026b
