Trait pill_renderer::instance::MatrixAngleExt[][src]

pub trait MatrixAngleExt<S: BaseFloat> {
    fn from_euler_angles(v: Vector3<S>) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors