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::ComputePolygonPlane
(
const TArray < TVector < RealType > > & VertexPositions,
TVector < RealType > & PlaneNormalOut,
TVector < RealType > & PlanePointOut
)
}