Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Math2D.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class Math2D
13{
14 private void Math2D();
15 private void ~Math2D();
16
21 static proto bool IsPointInPolygonXZ(notnull array<vector> polygon, vector point);
23 static proto bool IsPointInTriangleXZ(vector p1, vector p2, vector p3, vector point);
30 static proto bool IsPointInPolygon(notnull array<float> polygon, float x, float y);
35 static proto WindingOrder TriangleWindingXZ(vector a, vector b, vector c);
36}
37
WindingOrder