UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SDFCalculationUtils.h File Reference
#include "Math/MathFwd.h"
#include "Math/Vector.h"
#include "VectorTypes.h"

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Functions

GEOMETRYCORE_API double UE::Geometry::PointTriangleDistance (const FVector3d &x0, const FVector3d &x1, const FVector3d &x2, const FVector3d &x3)
 
GEOMETRYCORE_API float UE::Geometry::PointTriangleDistance (const FVector3f &x0, const FVector3f &x1, const FVector3f &x2, const FVector3f &x3)
 
GEOMETRYCORE_API bool UE::Geometry::PointInTriangle2d (double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3, double &A, double &B, double &C)
 
template<typename RealType >
RealType UE::Geometry::PointSegmentDistance (const TVector< RealType > &x0, const TVector< RealType > &x1, const TVector< RealType > &x2)
 
template<typename RealType >
int UE::Geometry::Orientation (RealType X1, RealType Y1, RealType X2, RealType Y2, RealType &TwiceSignedArea)