[][src]Trait shipyard_scenegraph::MathContainer

pub trait MathContainer<'a>: AsSliceExt + FromSliceExt<'a> {
    fn len(&self) -> usize;
fn write_to_vf32(&self, target: &mut [f32]); fn copy_from(&mut self, other: &Self) { ... } }

Required methods

fn len(&self) -> usize

fn write_to_vf32(&self, target: &mut [f32])

Loading content...

Provided methods

fn copy_from(&mut self, other: &Self)

Loading content...

Implementors

impl<'a> MathContainer<'a> for Matrix4[src]

impl<'a> MathContainer<'a> for Quat[src]

impl<'a> MathContainer<'a> for Vec3[src]

Loading content...