mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update doc comment
This commit is contained in:
parent
eaeb6e8ee5
commit
54b7c877e3
@ -197,7 +197,14 @@ impl Geometry {
|
||||
self.vertex.get(vertex)
|
||||
}
|
||||
|
||||
/// # Access the geometry generator for the provided curve
|
||||
/// # Access the geometry of the provided curve
|
||||
///
|
||||
/// ## Implementation Note
|
||||
///
|
||||
/// There currently is an ongoing transition to a new geometry system. This
|
||||
/// method returns new-style geometry. Its name is temporary, while the
|
||||
/// method returning the old-style geometry is still taking up the more
|
||||
/// concise name.
|
||||
pub fn of_curve_2(&self, curve: &Handle<Curve>) -> Option<&CurveGeom2> {
|
||||
self.curves.get(curve)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user