Remove stale implementation note

This commit is contained in:
Hanno Braun 2025-04-25 11:26:07 +02:00
parent 28099fd21d
commit 25678350b3

View File

@ -70,12 +70,6 @@ pub trait CurveGeometry {
/// Returns a list of points, in curve coordinates, that approximate the
/// curve. The points must be within the provided boundary. Not outside of
/// 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(
&self,
boundary: [Point<1>; 2],