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
Loading content...Required methods
Loading content...Implementors
impl Normal for Vertex3DColorNormal[src]
impl Normal for Vertex3DColorNormal[src]impl Normal for Vertex3DNormal[src]
impl Normal for Vertex3DNormal[src]