Trait oyk::ode::prim::Matrix4

source ·
pub trait Matrix4 {
    // Provided method
    fn new() -> dMatrix4 { ... }
}
Expand description

constructor and converter for primitive type

Provided Methods§

source

fn new() -> dMatrix4

construct as Identity

Implementors§