Trait rin_graphics::vertex::Normal[][src]

pub trait Normal {
    type Normal;
    fn normal(&self) -> &Self::Normal;
fn normal_mut(&mut self) -> &mut Self::Normal; }

Associated Types

type Normal[src]

Loading content...

Required methods

fn normal(&self) -> &Self::Normal[src]

fn normal_mut(&mut self) -> &mut Self::Normal[src]

Loading content...

Implementors

impl Normal for Vertex3DColorNormal[src]

type Normal = Vec3

impl Normal for Vertex3DNormal[src]

type Normal = Vec3

impl Normal for Vertex3DTexNormal[src]

type Normal = Vec3

Loading content...