Docs.rs
rustsim-geometry-0.0.1
rustsim-geometry 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
federicomarcantognini
Dependencies
Versions
100%
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 ray
rustsim_
geometry
0.0.1
Module ray
Module Items
Structs
In crate rustsim_
geometry
rustsim_geometry
Module
ray
Copy item path
Source
Expand description
Rays and planes in 3-D.
Structs
ยง
Plane3
Infinite plane defined by a point on the plane and a (unit) normal.
Ray3
3-D ray with an origin and a (not necessarily unit) direction.