mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 20:08:30 +00:00
Update doc comment
This commit is contained in:
parent
a665815bf5
commit
485c67adad
@ -4,7 +4,7 @@
|
||||
|
||||
use fj_math::{Circle, Line, Point, Scalar, Transform, Vector};
|
||||
|
||||
/// A path through surface (2D) space
|
||||
/// A path through surface (2D) or global (3D) space
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
||||
pub enum Path<const D: usize> {
|
||||
/// A circle
|
||||
|
Loading…
Reference in New Issue
Block a user