Docs.rs
  • half_edge_mesh-1.1.8
    • half_edge_mesh 1.1.8
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mhintz
    • Dependencies
      • approx ^0.1.1 normal
      • cgmath ^0.16.0 normal
    • Versions
    • 25% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

half_edge_mesh1.1.8

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • edge::Edge
  • face::Face
  • iterators::EdgeAdjacentEdgeIterator
  • iterators::EdgeAdjacentFaceIterator
  • iterators::EdgeAdjacentVertIterator
  • iterators::FaceAdjacentEdgeIterator
  • iterators::FaceAdjacentFaceIterator
  • iterators::FaceAdjacentVertIterator
  • iterators::VertAdjacentEdgeIterator
  • iterators::VertAdjacentFaceIterator
  • iterators::VertAdjacentVertIterator
  • mesh::HalfEdgeMesh
  • ptr::Ptr
  • vert::Vert

Traits

  • iterators::ToPtrVec

Functions

  • util::are_edge_pairs_valid
  • util::connect_pairs
  • util::report_connect_err

Type Aliases

  • ptr::EdgePtr
  • ptr::EdgeRc
  • ptr::FacePtr
  • ptr::FaceRc
  • ptr::RcRef
  • ptr::VertPtr
  • ptr::VertRc