Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FBRIOPoints
| Type | Name | Description | |
|---|---|---|---|
| void | Compute
(
TArrayView< const FVector2d > Points, |
Compute an ordering for the input points that attempts to order points so adjacent points are close together spatially, while still keeping the order sufficiently randomized to expect to avoid worst-case orderings for Delaunay triangulation Supports both 2D and 3D points. | |
| void | Compute
(
TArrayView< const FVector2f > Points, |
Implements a thread-safe SRand based RNG. | |
| void | Compute
(
TArrayView< const FVector3d > Points, |
Implements a thread-safe SRand based RNG. | |
| void | Compute
(
TArrayView< const FVector3f > Points, |
Implements a thread-safe SRand based RNG. |