Merge pull request #95774 from Mickeon/documentation-miscellaneous-oddities

Fix miscellaneous oddities around the class reference
This commit is contained in:
Thaddeus Crews
2024-11-12 09:27:47 -06:00
21 changed files with 45 additions and 36 deletions

View File

@ -118,7 +118,7 @@
Manhattan distance (taxicab metric) to the nearest point.
</constant>
<constant name="DISTANCE_HYBRID" value="3" enum="CellularDistanceFunction">
Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries
Blend of [constant DISTANCE_EUCLIDEAN] and [constant DISTANCE_MANHATTAN] to give curved cell boundaries.
</constant>
<constant name="RETURN_CELL_VALUE" value="0" enum="CellularReturnType">
The cellular distance function will return the same value for all points within a cell.