mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-22 01:46:08 +00:00
Simplify
This commit is contained in:
parent
3798e3f709
commit
e07825c790
@ -208,8 +208,7 @@ mod tests {
|
|||||||
let core = Core::new();
|
let core = Core::new();
|
||||||
|
|
||||||
let surface = core.layers.geometry.xz_plane();
|
let surface = core.layers.geometry.xz_plane();
|
||||||
let (path, boundary) =
|
let (path, boundary) = Path::line_from_points([[1., 1.], [2., 1.]]);
|
||||||
Path::<2>::line_from_points([[1., 1.], [2., 1.]]);
|
|
||||||
let boundary = CurveBoundary::from(boundary);
|
let boundary = CurveBoundary::from(boundary);
|
||||||
|
|
||||||
let tolerance = 1.;
|
let tolerance = 1.;
|
||||||
@ -224,8 +223,7 @@ mod tests {
|
|||||||
u: Path::circle_from_radius(1.),
|
u: Path::circle_from_radius(1.),
|
||||||
v: Vector::from([0., 0., 1.]),
|
v: Vector::from([0., 0., 1.]),
|
||||||
};
|
};
|
||||||
let (path, boundary) =
|
let (path, boundary) = Path::line_from_points([[1., 1.], [2., 1.]]);
|
||||||
Path::<2>::line_from_points([[1., 1.], [2., 1.]]);
|
|
||||||
let boundary = CurveBoundary::from(boundary);
|
let boundary = CurveBoundary::from(boundary);
|
||||||
|
|
||||||
let tolerance = 1.;
|
let tolerance = 1.;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user