Skip to content

Commit

Permalink
Remove Plane
Browse files Browse the repository at this point in the history
It is no longer used anywhere.
  • Loading branch information
hannobraun committed Jul 26, 2024
1 parent e7e6892 commit 9da23c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 141 deletions.
2 changes: 0 additions & 2 deletions crates/fj-math/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ mod arc;
mod circle;
mod coordinates;
mod line;
mod plane;
mod point;
mod poly_chain;
mod scalar;
Expand All @@ -51,7 +50,6 @@ pub use self::{
circle::Circle,
coordinates::{Uv, Xyz, T},
line::Line,
plane::Plane,
point::Point,
poly_chain::PolyChain,
scalar::{Scalar, Sign},
Expand Down
139 changes: 0 additions & 139 deletions crates/fj-math/src/plane.rs

This file was deleted.

0 comments on commit 9da23c1

Please sign in to comment.