WoWs Model Exported
World of Warships 3D model Exporter
Loading...
Searching...
No Matches
Matrix math helpers

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.
 

Detailed Description

Function Documentation

◆ wows_stitch_float_to_double_mat()

wows_mat16d wows_stitch_float_to_double_mat ( const float  m[16])

Convert a float[16] column-major matrix to a double wows_mat16d.

Parameters
mSource float array of 16 elements.
Returns
Double-precision copy as a wows_mat16d.

◆ wows_stitch_mat4_mul_d()

wows_mat16d wows_stitch_mat4_mul_d ( const wows_mat16d a,
const wows_mat16d b 
)

Multiply two column-major 4×4 double matrices.

Parameters
aLeft-hand matrix (16 elements).
bRight-hand matrix (16 elements).
Returns
Product a × b as a 16-element vector.