Class Matrix3
- java.lang.Object
-
- de.cerus.packetmaps.core.screen.threedim.Matrix3
-
public class Matrix3 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Matrix3(double[] values)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]getValues()Matrix3multiply(Matrix3 other)static Matrix3rotateXY(double heading)static Matrix3rotateXZ(double heading)static Matrix3rotateYZ(double heading)Vertextransform(Vertex in)
-