![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CompGeom/ConvexHull2.h"#include "CompGeom/ExactPredicates.h"#include "Algo/Unique.h"#include "Algo/Reverse.h"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) |