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.
-
RotateYMatrix()
- Construct a matrix initialized to the identity matrix.
-
RotateYMatrix(double)
- Construct a matrix to rotate a vector around the Y axis for angle
theta.
-
RotateYMatrix(String, double)
- Construct a named matrix to rotate a vector around the Y axis
for angle theta.
-
RotateYMatrix(String, String, double)
- Construct a named matrix with a specified purpose which will
rotate a vector around the Y axis for angle theta.
RotateYMatrix
public RotateYMatrix()
- Construct a matrix initialized to the identity matrix.
RotateYMatrix
public RotateYMatrix(double theta)
- Construct a matrix to rotate a vector around the Y axis for angle
theta.
RotateYMatrix
public RotateYMatrix(String name,
double theta)
- Construct a named matrix to rotate a vector around the Y axis
for angle theta.
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