Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Project a point V along direction Dir onto an axis aligned plane. /return true if the point was successfully projected onto the plane; false if the direction is parallel to the plane.
| Name | Chaos::Utilities::ProjectPointOntoAxisAlignedPlaneSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h |
| Include Path | #include "Chaos/Utilities.h" |
namespace Chaos
{
namespace Utilities
{
bool Chaos::Utilities::ProjectPointOntoAxisAlignedPlaneSafe
(
FVec3 & V,
const FVec3 & Dir,
int32 AxisIndex,
FReal PlaneDir,
FReal PlanePos,
FReal Epsilon
)
}
}