Package eu.mihosoft.vrl.v3d
Class Matrix3d
java.lang.Object
eu.mihosoft.vrl.v3d.Matrix3d
3D Matrix3d
- Author:
- cpoliwoda
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMatrix3d(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33) 
- 
Method Summary
- 
Field Details- 
m11public double m11
- 
m12public double m12
- 
m13public double m13
- 
m21public double m21
- 
m22public double m22
- 
m23public double m23
- 
m31public double m31
- 
m32public double m32
- 
m33public double m33
- 
ZERO
- 
UNITY
 
- 
- 
Constructor Details- 
Matrix3dpublic Matrix3d(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33) 
 
- 
- 
Method Details- 
toString
- 
equals
- 
timesReturns the product of this matrix and the specified value.- Parameters:
- a- the value Note: this matrix is not modified.
- Returns:
- the product of this matrix and the specified value
 
- 
timesReturns the product of this matrix and the specified vector.- Parameters:
- a- the vector Note: the vector is not modified.
- Returns:
- the product of this matrix and the specified vector
 
 
-