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

Class matrix3D.RotateYMatrix

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

public class RotateYMatrix
extends Matrix3D
A matrix which will rotate a vector around the Y axis.

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index