Class matrix3D.TransRotMatrix
All Packages Class Hierarchy This Package Previous Next Index
source
Class matrix3D.TransRotMatrix
java.lang.Object
|
+----matrix3D.Matrix3D
|
+----matrix3D.TransRotMatrix
- public class TransRotMatrix
- extends Matrix3D
A composite matrix to translate a vector a distance, rotate it, and
translate it back.
-
TransRotMatrix(Vector3D, Angle3D)
- Construct a translation and rotation matrix.
-
TransRotMatrix(Vector3D, Matrix3D)
- Construct a translation and rotation matrix.
TransRotMatrix
public TransRotMatrix(Vector3D v,
Angle3D a)
- Construct a translation and rotation matrix. Translate by the
specified vector, rotate by the specified angle and translate back.
TransRotMatrix
public TransRotMatrix(Vector3D v,
Matrix3D m)
- Construct a translation and rotation matrix. Translate by the
specified vector, appy the specified matrix and translate back.
All Packages Class Hierarchy This Package Previous Next Index