mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-10 17:25:57 +00:00
Update doc comment
This commit is contained in:
parent
c93ff10f68
commit
a72c0ed188
@ -212,7 +212,14 @@ impl Geometry {
|
|||||||
self.curves.get(curve)
|
self.curves.get(curve)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// # Access the geometry generator for the provided surface
|
/// # Access the geometry of the provided surface
|
||||||
|
///
|
||||||
|
/// ## 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_surface_2(
|
pub fn of_surface_2(
|
||||||
&self,
|
&self,
|
||||||
surface: &Handle<Surface>,
|
surface: &Handle<Surface>,
|
||||||
|
Loading…
Reference in New Issue
Block a user