mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-11 18:57:01 +00:00
Fix type names in doc comment
This commit is contained in:
parent
6f584ad1a9
commit
69b347961e
@ -29,8 +29,8 @@ use super::{CurveBoundary, Path, Tolerance};
|
|||||||
/// It is generic over the dimensionality of the generated polyline. Typically,
|
/// It is generic over the dimensionality of the generated polyline. Typically,
|
||||||
/// two variants should be implemented per curve geometry type:
|
/// two variants should be implemented per curve geometry type:
|
||||||
///
|
///
|
||||||
/// - `CurveGeom2<2>` for surface-local geometry.
|
/// - `GenPolyline<2>` for surface-local geometry.
|
||||||
/// - `CurveGeom2<3>` for global 3D geometry.
|
/// - `GenPolyline<3>` for global 3D geometry.
|
||||||
pub trait GenPolyline<const D: usize> {
|
pub trait GenPolyline<const D: usize> {
|
||||||
/// # Access the origin of the curve
|
/// # Access the origin of the curve
|
||||||
fn origin(&self) -> Point<D>;
|
fn origin(&self) -> Point<D>;
|
||||||
|
Loading…
Reference in New Issue
Block a user