Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Project a point V along direction Dir onto an axis aligned plane. /note Does not check for division by zero (Dir parallel to plane).
| Name | Chaos::Utilities::ProjectPointOntoAxisAlignedPlane |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h |
| Include Path | #include "Chaos/Utilities.h" |
namespace Chaos
{
namespace Utilities
{
void Chaos::Utilities::ProjectPointOntoAxisAlignedPlane
(
FVec3 & V,
const FVec3 & Dir,
int32 AxisIndex,
FReal PlaneDir,
FReal PlanePos
)
}
}