index
:
particle-physics
experiments
master
Constrained particle physics implementation in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
algebra
/
plane.rs
blob: e82c843c92c131ed482bcc3ba31e11fc42cf4c2e (
plain
)
1
2
3
4
5
6
use crate::{Point, Vector}; pub struct Plane { point: Point, vectors: [Vector; 2], }