Update doc comment

This commit is contained in:
Hanno Braun 2024-10-24 19:15:32 +02:00
parent c93ff10f68
commit a72c0ed188

View File

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