A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Matrix3d — Class in package net.bgstaal.perspectiveprojection
Matrix3d ©2009, bgstaal.net
The Matrix3d class let's you create 4x3 rotation matrices wich can be applied to Point3d instances.
Matrix3d(n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34) — Constructor in class net.bgstaal.perspectiveprojection.Matrix3d
Create a new Matrix3d Object.
matrix3dFromArray(n) — Static method in class net.bgstaal.perspectiveprojection.Matrix3d
Creates a Matrix3d filled with the values from the supplied array
multiply(a:net.bgstaal.perspectiveprojection:Matrix3d, b:net.bgstaal.perspectiveprojection:Matrix3d) — Static method in class net.bgstaal.perspectiveprojection.Matrix3d
Multiplies two Matrix3d instances and returns the result
multiplySeveral(... rest) — Static method in class net.bgstaal.perspectiveprojection.Matrix3d
Multiplies several Matrix3d instances and returns the result
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z