Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
namespace FGeomTools
{
void FGeomTools::ProjectEdges
(
TArray < FUtilEdge2D > & Out2DEdges,
FMatrix & ToWorld,
const TArray < FUtilEdge3D > & In3DEdges,
const FPlane & InPlane
)
}
Remarks
Take a set of 3D Edges and project them onto the supplied plane. Also returns matrix use to convert them back into 3D edges.