mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-16 06:56:11 +00:00
Remove stale implementation note
This commit is contained in:
parent
28099fd21d
commit
25678350b3
@ -70,12 +70,6 @@ pub trait CurveGeometry {
|
|||||||
/// Returns a list of points, in curve coordinates, that approximate the
|
/// Returns a list of points, in curve coordinates, that approximate the
|
||||||
/// curve. The points must be within the provided boundary. Not outside of
|
/// curve. The points must be within the provided boundary. Not outside of
|
||||||
/// it, and not on it.
|
/// it, and not on it.
|
||||||
///
|
|
||||||
/// ## Implementation Notes
|
|
||||||
///
|
|
||||||
/// This method should take a tolerance parameter, to define how far the
|
|
||||||
/// approximation is allowed to deviate from the actual curve. So far, this
|
|
||||||
/// has not been necessary.
|
|
||||||
fn approximate(
|
fn approximate(
|
||||||
&self,
|
&self,
|
||||||
boundary: [Point<1>; 2],
|
boundary: [Point<1>; 2],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user