Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Curve
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Curve/CurveUtil.h |
| Include | #include "Curve/CurveUtil.h" |
namespace UE
{
namespace Geometry
{
namespace CurveUtil
{
template<typename RealType>
bool UE::Geometry::CurveUtil::ProjectPointInsideConvexPolygon
(
const TArrayView < const TVector2 < RealType > > Vertices,
TVector2 < RealType > & ProjPt,
bool bReverseOrientation
)
}
}
}
Remarks
Project point inside a convex polygon with known orientation true if the point was projected
Parameters
| Name | Description |
|---|---|
| ProjPt | Point to project |
| bReverseOrientation | Whether convex polygon orientation is reversed (i.e., has negative signed area) |