Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spatial/modules/main/spatial_functions_scalar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6092,7 +6092,7 @@ struct ST_Hilbert {
static constexpr auto DESCRIPTION = R"(
Encodes the X and Y values as the hilbert curve index for a curve covering the given bounding box.
If a geometry is provided, the center of the approximate bounding box is used as the point to encode.
If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-presicion float.
If no bounding box is provided, the hilbert curve index is mapped to the full range of a single-precision float.
For the BOX_2D and BOX_2DF variants, the center of the box is used as the point to encode.
)";

Expand Down
Loading