Package eu.mihosoft.vrl.v3d
Class Matrix3d
java.lang.Object
eu.mihosoft.vrl.v3d.Matrix3d
3D Matrix3d
- Author:
- cpoliwoda
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatrix3d
(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33) -
Method Summary
-
Field Details
-
m11
public double m11 -
m12
public double m12 -
m13
public double m13 -
m21
public double m21 -
m22
public double m22 -
m23
public double m23 -
m31
public double m31 -
m32
public double m32 -
m33
public double m33 -
ZERO
-
UNITY
-
-
Constructor Details
-
Matrix3d
public Matrix3d(double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33)
-
-
Method Details
-
toString
-
equals
-
times
Returns 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
-
times
Returns 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
-