BIS_fnc_terrainGradAngle

From Bohemia Interactive Community
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/************************************************************
	Terrain Gradient Angle

Description: 
Returns the gradient angle (in radians) of the terrain at a specified position and a compass direction. It is an angle of the slope of a tangent plane to the terrain at the specified position in the specified direction. 

Parameters:	
0: OBJECT or ARRAY - object or its position
1: NUMBER - direction where should be gradient calculated (compass direction)
2: NUMBER (optional) - which stepsize should be used

Returns: 
NUMBER

Example: [getPos player, getDir player] call BIS_fnc_terrainGradAngle
*************************************************************/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section