Navigation
API > API/Runtime > API/Runtime/Engine
Description
Take a set of 3D Edges and project them onto the supplied plane. Also returns matrix use to convert them back into 3D edges.
| Name | FGeomTools::ProjectEdges |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #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
)
}