mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +00:00
Update module name
This commit is contained in:
parent
7d48d20a57
commit
a6612aa55e
@ -11,7 +11,7 @@ use crate::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
circle::approx_circle, path::approx_line, Approx, ApproxPoint, Tolerance,
|
circle::approx_circle, line::approx_line, Approx, ApproxPoint, Tolerance,
|
||||||
};
|
};
|
||||||
|
|
||||||
impl Approx for (&Handle<Curve>, &Handle<Surface>, CurveBoundary<Point<1>>) {
|
impl Approx for (&Handle<Curve>, &Handle<Surface>, CurveBoundary<Point<1>>) {
|
||||||
|
@ -11,7 +11,7 @@ pub mod tolerance;
|
|||||||
pub mod vertex;
|
pub mod vertex;
|
||||||
|
|
||||||
mod circle;
|
mod circle;
|
||||||
mod path;
|
mod line;
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
cmp::Ordering,
|
cmp::Ordering,
|
||||||
|
Loading…
Reference in New Issue
Block a user