[][src]Module nannou::draw::mesh::vertex

Structs

IterFromColoredPoints

A type that converts an iterator yielding colored points to an iterator yielding Vertexs.

IterFromPoint2s

A type that converts an iterator yielding 2D points to an iterator yielding Vertexs.

IterFromPoints

A type that converts an iterator yielding points to an iterator yielding Vertexs.

Traits

IntoPoint

Types that can be converted into a draw::mesh::vertex::Point.

IntoVertex

Types that can be converted directly into a draw::mesh::Vertex.

Functions

default_tex_coords

Default texture coordinates, for the case where a type is not textured.

new

Simplified constructor for a draw::mesh::Vertex.

Type Definitions

Color
ColoredPoint
Normal
Point
TexCoords
Vertex

The vertex type produced by the draw::Mesh's inner MeshType.