Navigation
API > API/Runtime > API/Runtime/GeometryCore
Classes
| Type | Name | Description | |
|---|---|---|---|
| FMeshSurfacePointSampling | FMeshSurfacePointSampling computes oriented point samples on the surface of a Mesh using various sampling strategies. | ||
| TDiscreteKernel2 | 2D Discretized Kernel (ie 2D grid/matrix of values) | ||
| TFibonacciLattice | A 2D point set based on the Fibonacci sequence where the i'th point of an N point set can be directly computed. | ||
| TGaussian1 | 1D Gaussian | ||
| TGaussian2 | 2D Gaussian | ||
| TGaussian3 | 3D Gaussian | ||
| TGridSampler | Given a linear index into a square grid of given size, gives back the [0,1) XY coordinate of the grid cell center (assuming linear index increases first in X and then in Y). | ||
| THemisphericalFibonacci | A hemisphere point set generated using a Fibonacci lattice where the i'th point of an N point set can be computed directly. | ||
| TNormalHistogram | TNormalHistogram calculates/represents a histogram on a 3D sphere. | ||
| TSampleSetStatisticBuilder | Helper class for reducing the amount of boilerplace code when building a set of TSampleSetStatistics values. | ||
| TSampleSetStatistics | TSampleSetStatistics stores and calculates statistics for a scalar sample set, such as the range of values, mean, variance, etc. | ||
| TSphericalFibonacci | A Spherical Fibonacci (SF) Point Set is a set of points that are roughly evenly distributed on a sphere. | ||
| TVectorSetAnalysis3 | TVectorSetAnalysis3 computes various analyses of a set of input Vectors (currently mainly clustering. |