UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ConvexHull2.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::Geometry
 

Enumerations

enum class  UE::Geometry::EPointOrdering {
  UE::Geometry::Positive , UE::Geometry::Negative , UE::Geometry::CollinearLeft , UE::Geometry::CollinearRight ,
  UE::Geometry::CollinearContain
}
 

Functions

template<typename RealType >
EPointOrdering UE::Geometry::PointOnLine (const TVector2< RealType > &P, const TVector2< RealType > &L0, const TVector2< RealType > &L1)