F32ViewMatrix

Type Alias F32ViewMatrix 

Source
pub type F32ViewMatrix = F32ModelMatrix;
Expand description

Row-major 4x4 float view matrix.

Aliased Type§

#[repr(C, align(16))]
pub struct F32ViewMatrix(pub F32Vector4, pub F32Vector4, pub F32Vector4, pub F32Vector4);

Tuple Fields§

§0: F32Vector4§1: F32Vector4§2: F32Vector4§3: F32Vector4