3-D rigid geometric transformation
A rigid3d
object stores information about a 3-D rigid geometric
transformation and enables forward and inverse transformations.
tform = rigid3d
creates a default rigid3d
object
that corresponds to an identity transformation.
tform = rigid3d(t)
creates a rigid3d
object
based on a specified forward rigid transformation matrix, t
. The
t
input sets the T
property.
tform = rigid3d(rot,trans)
creates a rigid3d
object based on the rotation, rot
, and translation,
trans
, components of the transformation. rot
sets the Rotation
property. trans
sets the
Translation
property.
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |