rigid2d
rigid2d
は推奨されません。代わりに、rigidtform2d
オブジェクトを使用してください。詳細については、バージョン履歴を参照してください。
説明
rigid2d
オブジェクトは、2 次元剛体幾何学的変換に関する情報を格納し、フォワード変換と逆変換を可能にします。
作成
説明
tform = rigid2d
は、恒等変換に該当する既定の rigid2d
オブジェクトを作成します。
tform = rigid2d(t)
は、指定された 2 次元剛体変換行列 t
を T
プロパティに設定します。
tform = rigid2d(rot,trans)
は、指定された回転行列 rot
および平行移動ベクトル trans
を、それぞれ Rotation
プロパティおよび Translation
プロパティに設定します。
プロパティ
オブジェクト関数
invert | 幾何学的逆変換 |
isTranslation | 幾何学的変換が純粋な平行移動かどうかの判別 |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |