Class matrix3D.RotateZMatrix
All Packages  Class Hierarchy  This Package  Previous  Next  Index
source

Class matrix3D.RotateZMatrix

java.lang.Object
   |
   +----matrix3D.Matrix3D
           |
           +----matrix3D.RotateZMatrix

public class RotateZMatrix
extends Matrix3D
A matrix which will rotate a vector around the Z axis.

Constructor Index

 o RotateZMatrix()
Construct a matrix initialized to the identity matrix.
 o RotateZMatrix(double)
Construct a matrix to rotate a vector around the Z axis for angle theta.
 o RotateZMatrix(String, double)
Construct a named matrix to rotate a vector around the Z axis for angle theta.
 o RotateZMatrix(String, String, double)
Construct a named matrix with the specified purpose which will rotate a vector around the Z axis for angle theta.

Constructors

 o RotateZMatrix
  public RotateZMatrix()
Construct a matrix initialized to the identity matrix.
 o RotateZMatrix
  public RotateZMatrix(double theta)
Construct a matrix to rotate a vector around the Z axis for angle theta.
 o RotateZMatrix
  public RotateZMatrix(String name,
                       double theta)
Construct a named matrix to rotate a vector around the Z axis for angle theta.
 o RotateZMatrix
  public RotateZMatrix(String name,
                       String purpose,
                       double theta)
Construct a named matrix with the specified purpose which will rotate a vector around the Z axis for angle theta.

All Packages  Class Hierarchy  This Package  Previous  Next  Index