Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/PolygonTriangulation.h |
| Include | #include "CompGeom/PolygonTriangulation.h" |
namespace PolygonTriangulation
{
template<typename RealType>
void PolygonTriangulation&58;&58;ComputePolygonPlane
&40;
const TArray< TVector< RealType >> & VertexPositions,
TVector< RealType > & PlaneNormalOut,
TVector< RealType > & PlanePointOut
&41;
}