Gravity Engine 12.0
Unity Asset for Gravity
|
Basic 3x3 Matrix manipulation code. More...
Static Public Member Functions | |
static Vector3d | MatrixTimesVector (ref double[,] M, ref Vector3d v) |
static double | Determinant (ref double[,] a) |
static void | MatrixInverse (ref double[,] a, ref double[,] Minv) |
static void | LogMatrix (ref double[,] a, string s) |
Basic 3x3 Matrix manipulation code.