Point3Ext

Trait Point3Ext 

Source
pub trait Point3Ext {
    // Required method
    fn to_array(&self) -> [Real; 3];

    // Provided method
    fn as_vec3(&self) -> Vec3 { ... }
}

Required Methods§

Source

fn to_array(&self) -> [Real; 3]

Provided Methods§

Source

fn as_vec3(&self) -> Vec3

Implementors§