[][src]Struct nannou::mesh::WithNormals

pub struct WithNormals<M, N> { /* fields omitted */ }

A Mesh type with an added channel containing vertex normals.

Trait Implementations

impl<M, N> GetVertex for WithNormals<M, N> where
    M: GetVertex,
    N: Channel,
    N::Element: Clone
[src]

type Vertex = WithNormal<M::Vertex, N::Element>

The vertex type representing all channels of data within the mesh at a single index.

impl<M, N> Points for WithNormals<M, N> where
    M: Points
[src]

type Scalar = M::Scalar

The scalar value used for the vertex coordinates.

type Point = M::Point

The vertex type used to represent the location of a vertex.

type Points = M::Points

The channel type containing points.

impl<M, N> Indices for WithNormals<M, N> where
    M: Indices
[src]

type Indices = M::Indices

The channel type containing indices.

impl<M, N> Colors for WithNormals<M, N> where
    M: Colors
[src]

type Color = M::Color

The color type stored within the channel.

type Colors = M::Colors

The channel type containing colors.

impl<M, N> TexCoords for WithNormals<M, N> where
    M: TexCoords
[src]

type TexCoordScalar = M::TexCoordScalar

The scalar value used for the texture coordinates.

type TexCoords = M::TexCoords

The channel type containing texture coordinates.

impl<M, N> Normals for WithNormals<M, N> where
    M: Points,
    M::Point: EuclideanSpace,
    N: Channel<Element = <M::Point as EuclideanSpace>::Diff>, 
[src]

type Normals = N

The channel type containing vertex normals.

impl<M, V, N> PushVertex<WithNormal<V, N>> for WithNormals<M, Vec<N>> where
    M: PushVertex<V>, 
[src]

impl<M, N> PushIndex for WithNormals<M, N> where
    M: PushIndex
[src]

impl<M, N> ClearIndices for WithNormals<M, N> where
    M: ClearIndices
[src]

impl<M, N> ClearVertices for WithNormals<M, Vec<N>> where
    M: ClearVertices
[src]

impl<M: PartialEq, N: PartialEq> PartialEq<WithNormals<M, N>> for WithNormals<M, N>[src]

impl<M: Clone, N: Clone> Clone for WithNormals<M, N>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<M, N> Default for WithNormals<M, N> where
    M: Default,
    N: Default
[src]

impl<M: Copy, N: Copy> Copy for WithNormals<M, N>[src]

impl<M, N> DerefMut for WithNormals<M, N>[src]

impl<M: Debug, N: Debug> Debug for WithNormals<M, N>[src]

impl<M, N> Deref for WithNormals<M, N>[src]

type Target = M

The resulting type after dereferencing.

Auto Trait Implementations

impl<M, N> Send for WithNormals<M, N> where
    M: Send,
    N: Send

impl<M, N> Sync for WithNormals<M, N> where
    M: Sync,
    N: Sync

Blanket Implementations

impl<T> Clear for T where
    T: ClearIndices + ClearVertices
[src]

fn clear(&mut self)[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Style for T where
    T: Any + Debug + PartialEq<T>, 
[src]

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[src]

impl<T> Content for T[src]

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.