Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCapsule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FVec3 > ComputeLocalSamplePoints
(
const int32 NumPoints |
Returns sample points centered about the origin. | Chaos/Capsule.h | |
TArray< FVec3 > ComputeLocalSamplePoints
(
const FReal PointsPerUnitArea, |
Returns sample points centered about the origin. | Chaos/Capsule.h |
ComputeLocalSamplePoints(const int32)
Description
Returns sample points centered about the origin.
`NumPoints_ specifies how many points to generate.
| Name | ComputeLocalSamplePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
TArray < FVec3 > ComputeLocalSamplePoints
(
const int32 NumPoints
) const
ComputeLocalSamplePoints(const FReal, const int32, const int32)
Description
Returns sample points centered about the origin.
`PointsPerUnitArea_ specifies how many points to generate per square unit (cm). 0.5 would generate 1 point per 2 square cm.
| Name | ComputeLocalSamplePoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Capsule.h |
| Include Path | #include "Chaos/Capsule.h" |
TArray < FVec3 > ComputeLocalSamplePoints
(
const FReal PointsPerUnitArea,
const int32 MinPoints,
const int32 MaxPoints
) const