Remove old subpath code (#1582)

This commit is contained in:
0HyperCube
2024-01-18 02:25:52 +00:00
committed by Keavon Chambers
parent 3f76526d6d
commit 2df329fc0e
7 changed files with 0 additions and 1297 deletions

View File

@@ -26,11 +26,6 @@ impl Quad {
self.edges().into_iter().map(|[start, end]| bezier_rs::Bezier::from_linear_dvec2(start, end))
}
/// Generates a [crate::vector::Subpath] of the quad
pub fn subpath(&self) -> crate::vector::Subpath {
crate::vector::Subpath::from_points(self.0.into_iter(), true)
}
/// Generates the axis aligned bounding box of the quad
pub fn bounding_box(&self) -> [DVec2; 2] {
[