![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | IsPosDistanceEqualOrCloserThan (vector pos, float distance) |
| bool | IsPosWithinSetDistance (vector pos) |
| void | SCR_ForestGeneratorOutlinePositionChecker (notnull array< float > oldPoints, notnull array< float > newPoints, float setDistance) |
Static Protected Member Functions | |
| static array< float > | GetOutlineDiffLines (notnull array< float > oldPoints, notnull array< float > newPoints) |
| static array< float > | GetOutlineDiffLines_PointsRemoved (notnull array< float > oldPoints, notnull array< float > newPoints) |
| static array< float > | GetOutlineDiffLines_PointsMoved (notnull array< float > oldPoints, notnull array< float > newPoints) |
| static array< float > | GetOutlineDiffLines_PointAdded (notnull array< float > oldPoints, notnull array< float > newPoints) |
Protected Attributes | |
| ref array< ref array< vector > > | m_aOutlineSegments = {} |
| float | m_fSetDistanceSq |
Definition at line 1 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlineprotected |
| [in] | oldPoints | |
| [in] | newPoints | |
| [in] | setDistance |
Definition at line 329 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlinestaticprotected |
Definition at line 44 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlinestaticprotected |
Definition at line 265 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlinestaticprotected |
Definition at line 187 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlinestaticprotected |
Definition at line 70 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlineprotected |
| [in] | pos | the position to check |
| [in] | distance | the checked distance |
Definition at line 12 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
inlineprotected |
| [in] | pos | the position to check |
Definition at line 29 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
protected |
Definition at line 3 of file SCR_ForestGeneratorOutlinePositionChecker.c.
|
protected |
Definition at line 6 of file SCR_ForestGeneratorOutlinePositionChecker.c.