Trait rg3d_core::math::UnitQuaternionExt[][src]

pub trait UnitQuaternionExt {
    fn to_euler(&self) -> Vector3<f32>;
fn approx_eq(&self, other: &Self, tolerance: f32) -> bool; }

Required methods

Implementations on Foreign Types

Implementors