Struct assimp_sys::AiMatrix3x3
[−]
[src]
pub struct AiMatrix3x3 {
pub a1: c_float,
pub a2: c_float,
pub a3: c_float,
pub b1: c_float,
pub b2: c_float,
pub b3: c_float,
pub c1: c_float,
pub c2: c_float,
pub c3: c_float,
}Fields
a1: c_float
a2: c_float
a3: c_float
b1: c_float
b2: c_float
b3: c_float
c1: c_float
c2: c_float
c3: c_float