mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Improve documentation of curve approximation
This commit is contained in:
parent
0e9e5c83e4
commit
5f629ca597
@ -126,7 +126,11 @@ fn approx_curve(
|
||||
CurveApprox { points }
|
||||
}
|
||||
|
||||
/// Approximation of [`Curve`], within a specific boundary
|
||||
/// Approximation of a [`Curve`], within a specific boundary
|
||||
///
|
||||
/// The approximation of the curve only includes points _within_ the boundary,
|
||||
/// not those _on_ the boundary. Those boundary points are part of half-edge
|
||||
/// approximation, which uses and includes curve approximation.
|
||||
#[derive(Clone)]
|
||||
pub struct CurveApprox {
|
||||
/// The points that approximate the curve within the boundary
|
||||
|
Loading…
Reference in New Issue
Block a user