![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| float | GetDistance (vector relativePos) |
| float | GetDistanceXZ (vector relativePos) |
| bool | IsWithinDistance (vector relativePos, float distance, bool equalCounts=true) |
| bool | IsWithinDistanceXZ (vector relativePos, float distance, bool equalCounts=true) |
| vector | CoordToLocal (vector worldPos) |
| void | SCR_ShapeDistanceRuler () |
Static Protected Member Functions | |
| static SCR_ShapeDistanceRuler | CreateFromShape (notnull ShapeEntity shapeEntity) |
Protected Attributes | |
| ref array< ref array< vector > > | m_aRelativeSegments |
Definition at line 1 of file SCR_ShapeDistanceRuler.c.
|
protected |
|
inlinestaticprotected |
| [in] | relativePos |
Definition at line 9 of file SCR_ShapeDistanceRuler.c.
| [in] | relativePos |
Definition at line 28 of file SCR_ShapeDistanceRuler.c.
|
inlineprotected |
| [in] | relativePos | the world position to check |
| [in] | distance | the checked distance |
| [in] | equalCounts | makes the less than < check into a less than or equal <= check |
Definition at line 56 of file SCR_ShapeDistanceRuler.c.
|
inlineprotected |
| [in] | relativePos | the relative position to check |
| [in] | distance | the checked distance |
| [in] | equalCounts | makes the less than < check into a less than or equal <= check |
Definition at line 81 of file SCR_ShapeDistanceRuler.c.
|
protected |
Definition at line 4 of file SCR_ShapeDistanceRuler.c.