mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-06 07:15:55 +00:00
Remove outdated remark from doc comment
This commit is contained in:
parent
abfc679374
commit
a6fbe51713
@ -6,10 +6,8 @@
|
|||||||
//!
|
//!
|
||||||
//! This is a bit of an in-between module. It is closely associated with curves
|
//! This is a bit of an in-between module. It is closely associated with curves
|
||||||
//! ([`Curve`]/[`GlobalCurve`]) and [`Surface`]s, but paths are not really
|
//! ([`Curve`]/[`GlobalCurve`]) and [`Surface`]s, but paths are not really
|
||||||
//! objects themselves, as logically speaking, they are owned and not referenced
|
//! objects themselves, as logically speaking, they are owned and not
|
||||||
//! (practically speaking, all objects are owned and not referenced, but that is
|
//! referenced.
|
||||||
//! an implementation detail; see [#1021] for context on where things are
|
|
||||||
//! going).
|
|
||||||
//!
|
//!
|
||||||
//! On the other hand, the types in this module don't follow the general style
|
//! On the other hand, the types in this module don't follow the general style
|
||||||
//! of types in `fj-math`.
|
//! of types in `fj-math`.
|
||||||
@ -20,7 +18,6 @@
|
|||||||
//! [`Curve`]: crate::objects::Curve
|
//! [`Curve`]: crate::objects::Curve
|
||||||
//! [`GlobalCurve`]: crate::objects::GlobalCurve
|
//! [`GlobalCurve`]: crate::objects::GlobalCurve
|
||||||
//! [`Surface`]: crate::objects::Surface
|
//! [`Surface`]: crate::objects::Surface
|
||||||
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
|
|
||||||
|
|
||||||
use fj_math::{Circle, Line, Point, Scalar, Transform, Vector};
|
use fj_math::{Circle, Line, Point, Scalar, Transform, Vector};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user