Docs.rs
nsys-math-utils-1.1.0
nsys-math-utils 1.1.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
spearman
Dependencies
cordic 0.1.*
normal
derive_more 2.*
normal
either 1.*
normal
fixed 1.*
normal
fixed-sqrt 0.3.*
normal
rand 0.10.*
normal
serde 1.*
normal
optional
stash 0.1.*
normal
strum 0.27.*
normal
vek 0.17.*
normal
rand_distr 0.6.*
dev
rand_xorshift 0.5.*
dev
serde_json 1.*
dev
sorted-vec 0.8.*
dev
Versions
50.98%
of the crate is documented
Platform
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
Skip to main content
Module simplex2
math_
utils
1.1.0
Module simplex2
Module Items
Structs
Enums
Type Aliases
In math_
utils::
geometry::
primitive
math_utils
::
geometry
::
primitive
Module
simplex2
Copy item path
Source
Expand description
2D simplex types
Structs
§
Segment
A 1-simplex or line segment in 2D space.
Triangle
A 2-simplex or triangle in 2D space
Enums
§
Simplex2
A $n<3$-simplex in 2-dimensional space.
Type Aliases
§
Segment
Point
Parameterized point on a 2D segment
Triangle
Point
Parameterized point on a 2D triangle