Skip to main content

Module math

Module math 

Source
Expand description

Column-major 4x4 matrix used for view, projection, and model transforms.

All matrices follow the column-major memory layout required by WGSL and the wgpu push-constant / uniform convention: data[col][row].

Re-exports§

pub use matrix4::Matrix4;

Modules§

matrix4