pub type dMatrix3 = [f64; 12];
Trait Implementations§
Source§impl Matrix3 for dMatrix3
impl Matrix3 for dMatrix3
Source§fn as_ptr_mut(&mut self) -> *mut dReal
fn as_ptr_mut(&mut self) -> *mut dReal
ptr mut of dMatrix3
Source§fn from_Q(q: dQuaternion) -> dMatrix3
fn from_Q(q: dQuaternion) -> dMatrix3
constructor (converter)
Source§fn to_Q(&self) -> dQuaternion
fn to_Q(&self) -> dQuaternion
converter (like as dQuaternion::from_R(*self))