Update doc comment

This commit is contained in:
Hanno Braun 2024-08-15 19:48:21 +02:00
parent a665815bf5
commit 485c67adad

View File

@ -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