rigid3d
(Not recommended) 3-D rigid geometric transformation using postmultiply convention
Since R2020a
rigid3d
is not recommended. Use the rigidtform3d
object
instead. For more information, see Version History.
Description
A rigid3d
object stores information about a 3-D rigid geometric
transformation and enables forward and inverse transformations.
Creation
Description
tform = rigid3d
creates a default rigid3d
object
that corresponds to an identity transformation.
tform = rigid3d(t)
sets the T
property
as the specified 3-D rigid transformation matrix t
.
tform = rigid3d(rot,trans)
sets the Rotation
and Translation
properties as the specified rotation matrix rot
and translation
vector trans
, respectively.
Properties
Object Functions
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |