Docs.rs
  • fenris-geometry-0.0.6
    • fenris-geometry 0.0.6
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • Crates.io
    • Source
    • Owners
    • Andlon
    • Dependencies
      • fenris-nested-vec ^0.0.1 normal
      • fenris-traits ^0.0.2 normal
      • itertools ^0.10.5 normal
      • nalgebra ^0.32.1 normal
      • numeric_literals ^0.2.0 normal
      • proptest ^1.0 normal
      • serde ^1.0 normal
      • matrixcompare ^0.3 dev
      • nalgebra ^0.32.1 dev
      • rand ^0.8.5 dev
      • rand_chacha ^0.3.1 dev
      • rand_distr ^0.4.3 dev
    • Versions
    • 21.8% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
    • i686-pc-windows-msvc
    • x86_64-pc-windows-msvc
    • x86_64-apple-darwin
    • i686-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate fenris_geometry

  • Version 0.0.6
  • All Items
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

Crate fenris_geometry

source ·

Modules

polymesh
predicates
sdf
util

Macros

assert_line_segments_approx_equal

Structs

AxisAlignedBoundingBox
ClosestEdge
ConcavePolygonError
Type used to indicate conversion failure in the presence of concavity.
Convex
ConvexPolygon
HalfSpace
A $D$-dimensional half space.
Hexahedron
Hyperball
Line
LineSegment
Plane
PolygonClosestPoint
PolygonPointProjection3d
Quad2d
A quadrilateral consisting of four vertices, assumed to be specified in counter-clockwise winding order.
Quad3d
SignedDistanceResult
SimplePolygon
Tetrahedron
Triangle

Enums

Orientation
OrientationTestResult

Traits

BoundedGeometry
ConvexPolygon3d
A convex polygon in 3D.
ConvexPolyhedron
Distance
DistanceQuery
GeometryCollection
Polygon2d
SignedDistance

Functions

compute_polyhedron_volume_from_faces
compute_winding_number_for_triangles_3d

Type Definitions

AxisAlignedBoundingBox2d
AxisAlignedBoundingBox3d
Ball
Disk
HalfPlane
Line2d
Line3d
LineSegment2d
LineSegment3d
SimplePolygon2d
SimplePolygon3d
Triangle2d
A triangle in two dimensions, consisting of three vertices.
Triangle3d