PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
EnMath2D.c File Reference

Enumerations

enum  WindingOrder
 exposed from C++ (do not change) More...
 

Functions

enum WindingOrder Math2D ()
 
private void ~Math2D ()
 
static proto bool IsPointInPolygonXZ (notnull array< vector > polygon, vector point)
 
static proto bool IsPointInTriangleXZ (vector p1, vector p2, vector p3, vector point)
 Check if point is inside triangle specified by points p1, p2 and p3.
 
static proto bool IsPointInPolygon (notnull array< float > polygon, float x, float y)
 
static proto WindingOrder TriangleWindingXZ (vector a, vector b, vector c)
 

Variables

 CounterClockwise
 
 Clockwise
 
 Invalid