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.

Constructor Index

 o TransRotMatrix(Vector3D, Angle3D)
Construct a translation and rotation matrix.
 o TransRotMatrix(Vector3D, Matrix3D)
Construct a translation and rotation matrix.

Constructors

 o 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.
 o 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