Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_Math2D Member List

This is the complete list of members for SCR_Math2D, including all inherited members.

CartesianToPolar(float x, float y, out float angle, out float radius)SCR_Math2Dprotectedstatic
DegreeToTrigoRadian(float value)SCR_Math2Dstatic
GenerateRandomPoint(array< float > polygon, vector bbMin, vector bbMax)SCR_Math2Dstatic
GenerateRandomPointInRadius(float minRadius, float maxRadius, vector center, bool uniform=true)SCR_Math2Dstatic
Get2DPolygon(notnull array< vector > points3D, out notnull array< float > points2D)SCR_Math2Dstatic
Get3DPolygon(notnull array< float > points2D, out notnull array< vector > points3D)SCR_Math2Dstatic
GetLinesIntersectionXZ(float x0, float y0, float angleRad0, float x1, float y1, float angleRad1, out float x, out float y)SCR_Math2Dstatic
GetMinMaxPolygon(notnull array< float > polygon, out float minX, out float maxX, out float minY, out float maxY)SCR_Math2Dstatic
GetPolygonArea(notnull array< float > polygon)SCR_Math2Dstatic
GetRandomPointInPolygon(notnull array< float > polygon, out float x, out float y)SCR_Math2Dstatic
GetRandomPointInRectangle(float minX, float maxX, float minY, float maxY, out float x, out float y)SCR_Math2Dstatic
GetRandomPointInSector(float originX, float originY, float angleFrom, float angleTo, float radius, out float x, out float y)SCR_Math2Dstatic
IsPolygonValid(notnull array< float > polygon)SCR_Math2Dstatic
PolarToCartesian(float angle, float radius, out float x, out float y)SCR_Math2Dstatic