[][src]Trait shipyard_scenegraph::VectorExt

pub trait VectorExt {
    fn zero() -> Self;
}

Required methods

fn zero() -> Self

Loading content...

Implementors

impl VectorExt for Vec3[src]

Loading content...