Method | Description | |
---|---|---|
IsInCircle ( float src_x, float src_z, float otherpoint_x, float otherpoint_z, float radius ) : bool | ||
Maths ( ) : System | ||
RadnomPointInCircle ( float xCurrent, float zCurrent, float radius ) : |
||
RandomBetween ( float min, float max ) : float | ||
RandomPointInCircleV2 ( float xCurrent, float zCurrent, float radius ) : |
||
RandomPointOnCircle ( float xCurrent, float yCurrent, float zCurrent, float radius ) : |
||
currentpos ( float init, float destination, int millisecsPassed ) : float | ||
diceRollOperant ( ) : int | ||
distance2Coords ( float x1, float x2, float z1, float z2 ) : float | ||
getByteForDegrees ( int degrees ) : byte | ||
getOppositeDegrees ( int actual ) : int |
public IsInCircle ( float src_x, float src_z, float otherpoint_x, float otherpoint_z, float radius ) : bool | ||
src_x | float | |
src_z | float | |
otherpoint_x | float | |
otherpoint_z | float | |
radius | float | |
return | bool |
public RadnomPointInCircle ( float xCurrent, float zCurrent, float radius ) : |
||
xCurrent | float | |
zCurrent | float | |
radius | float | |
return |
public RandomBetween ( float min, float max ) : float | ||
min | float | |
max | float | |
return | float |
public RandomPointInCircleV2 ( float xCurrent, float zCurrent, float radius ) : |
||
xCurrent | float | |
zCurrent | float | |
radius | float | |
return |
public RandomPointOnCircle ( float xCurrent, float yCurrent, float zCurrent, float radius ) : |
||
xCurrent | float | |
yCurrent | float | |
zCurrent | float | |
radius | float | |
return |
public currentpos ( float init, float destination, int millisecsPassed ) : float | ||
init | float | |
destination | float | |
millisecsPassed | int | |
return | float |
public distance2Coords ( float x1, float x2, float z1, float z2 ) : float | ||
x1 | float | |
x2 | float | |
z1 | float | |
z2 | float | |
return | float |
public getByteForDegrees ( int degrees ) : byte | ||
degrees | int | |
return | byte |
public getOppositeDegrees ( int actual ) : int | ||
actual | int | |
return | int |