FTaperedCylinder::ComputeLocalSamplePoints

Returns sample points centered about the origin.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/TaperedCylinder.h

Include

#include "Chaos/TaperedCylinder.h"

Syntax

TArray< FVec3 > ComputeLocalSamplePoints
(
    const int32 NumPoints,
    const bool IncludeEndCaps
) const

Remarks

Returns sample points centered about the origin.

NumPoints_ specifies how many points to generate. IncludeEndCaps_ determines whether or not points are generated on the end caps of the cylinder.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss