|
|
Overload List
| Name | Description | |
|---|---|---|
|
|
Transform3D()()()() |
Default constructor. Makes an Identity transform.
|
|
|
Transform3D(Rotation3D) |
Make a transform from a rotation (3D homogenous).
|
|
|
Transform3D(Transform3D) |
Make a transform from another transform.
|
|
|
Transform3D(Matrix3, Vector3D) |
Make a transform from a matrix and a vector.
|
|
|
Transform3D(Rotation3D, Vector3D) |
Make a transform from a rotation and a translation.
|