|
WoWs Model Exported
World of Warships 3D model Exporter
|
Functions | |
| wows_mat16d | wows_stitch_mat4_mul_d (const wows_mat16d &a, const wows_mat16d &b) |
| Multiply two column-major 4×4 double matrices. | |
| wows_mat16d | wows_stitch_float_to_double_mat (const float m[16]) |
Convert a float[16] column-major matrix to a double wows_mat16d. | |
| wows_mat16d wows_stitch_float_to_double_mat | ( | const float | m[16] | ) |
Convert a float[16] column-major matrix to a double wows_mat16d.
| m | Source float array of 16 elements. |
| wows_mat16d wows_stitch_mat4_mul_d | ( | const wows_mat16d & | a, |
| const wows_mat16d & | b | ||
| ) |
Multiply two column-major 4×4 double matrices.
| a | Left-hand matrix (16 elements). |
| b | Right-hand matrix (16 elements). |
a × b as a 16-element vector.