Function rfw_math::mat3a[][src]

pub fn mat3a(x_axis: Vec3A, y_axis: Vec3A, z_axis: Vec3A) -> Mat3A
Expand description

Creates a 3x3 matrix from three column vectors.