$data | Matrix4x4 | [protected] |
__construct() | Transformation | |
__toString() | Matrix4x4 | |
makeIdentity() | Matrix4x4 | |
makeRotate($ax, $ay, $az, $angle) | Transformation | |
makeScale($sx, $sy, $sz) | Transformation | |
makeTranslate($dx, $dy, $dz) | Transformation | |
mult(Matrix4x4 $m) | Matrix4x4 | |
multVector(Vector4 $v) | Matrix4x4 |