Functions | |
*static void | vm_M3Math::inject_row (T_fp m[], T_fp const row[], int whichrow) |
static void | vm_M3Math::inject_col (T_fp m[], T_fp const col[], int whichcol) |
static void | vm_M3Math::extract_row (T_fp const m[], T_fp row[], int whichrow) |
static void | vm_M3Math::extract_col (T_fp const m[], T_fp col[], int whichcol) |
|
Copy a given column of m to a vector.
Definition at line 347 of file vm_m3math.h. |
|
Copy a given row of m to a vector.
Definition at line 341 of file vm_m3math.h. |
|
Copy a vector to a given column of m.
Definition at line 327 of file vm_m3math.h. |
|
Copy a vector to a given row of m.
Definition at line 321 of file vm_m3math.h. |