Docs.rs
  • nannou_mesh-0.19.0
    • nannou_mesh 0.19.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mitchmindtree
    • Dependencies
      • nannou_core ^0.19.0 normal
      • serde ^1 normal optional
    • Versions
    • 90.48% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nannou_mesh0.19.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • MeshPoints
  • RawVertices
  • Vertices
  • WithColors
  • WithIndices
  • WithNormals
  • WithTexCoords
  • vertex::WithColor
  • vertex::WithNormal
  • vertex::WithTexCoords

Traits

  • Clear
  • ClearIndices
  • ClearVertices
  • Colors
  • ExtendFromSlice
  • GetVertex
  • Indices
  • Normals
  • Points
  • PushIndex
  • PushVertex
  • TexCoords
  • channel::Channel
  • channel::ChannelMut

Functions

  • clear
  • clear_indices
  • clear_vertices
  • extend_indices
  • extend_vertices
  • from_points
  • push_index
  • push_vertex
  • raw_vertex_count
  • raw_vertices
  • triangle_count
  • triangles
  • vertex_count
  • vertices
  • with_colors
  • with_indices
  • with_normals
  • with_tex_coords

Type Aliases

  • Triangles