We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Convert
1 parent b36ef8c commit dc0ad40Copy full SHA for dc0ad40
geo/src/lib.rs
@@ -152,8 +152,8 @@
152
//!
153
//! ## Conversion
154
155
-//! - **[`Convert`]**: Convert (infalliby) the type of a geometry’s coordinate value
156
-//! - **[`TryConvert`]**: Convert (falliby) the type of a geometry’s coordinate value
+//! - **[`Convert`]**: Convert (infalliby) the numeric type of a geometry’s coordinate value
+//! - **[`TryConvert`]**: Convert (falliby) the numeric type of a geometry’s coordinate value
157
//! - **[`ToDegrees`]**: Radians to degrees coordinate transforms for a given geometry.
158
//! - **[`ToRadians`]**: Degrees to radians coordinate transforms for a given geometry.
159
0 commit comments