Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TSphere
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< TVector< T, d > > ComputeLocalSamplePoints
(
const int NumPoints |
Returns sample points centered about the origin. | Chaos/Sphere.h | |
TArray< TVector< T, d > > ComputeLocalSamplePoints
(
const T PointsPerUnitArea, |
Chaos/Sphere.h |
ComputeLocalSamplePoints(const int)
Description
Returns sample points centered about the origin.
| Name | ComputeLocalSamplePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Sphere.h |
| Include Path | #include "Chaos/Sphere.h" |
TArray < TVector < T, d > > ComputeLocalSamplePoints
(
const int NumPoints
) const
ComputeLocalSamplePoints(const T, const int32, const int32)
| Name | ComputeLocalSamplePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Sphere.h |
| Include Path | #include "Chaos/Sphere.h" |
TArray < TVector < T, d > > ComputeLocalSamplePoints
(
const T PointsPerUnitArea,
const int32 MinPoints,
const int32 MaxPoints
) const