surfaceNormal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa | |game1= arma2oa | ||
|version1= 1.60 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
|game3= arma3 | |||
|version3= 0.50 | |||
|gr1= Positions | |gr1= Positions | ||
| Returns | |descr= Returns terrain's {{Link|https://en.wikipedia.org/wiki/Normal_(geometry)|surface normal}} on given position. | ||
| | |s1= [[surfaceNormal]] position | ||
|p1= position: [[Array]] | |p1= position: [[Array]] format [[Position#Introduction|Position2D]] or [[Position#Introduction|Position3D]] - when using [[Position#Introduction|Position3D]], Z is ignored | ||
| [[Array]] | |r1= [[Array]] format [[Vector3D]] | ||
|x1= < | |x1= <sqf>_normal = surfaceNormal [300, 500];</sqf> | ||
|x2= < | |x2= <sqf>_normal = surfaceNormal getPosASL player;</sqf> | ||
| [[setVectorUp]] | |seealso= [[setVectorUp]] [[surfaceIsWater]] [[surfaceType]] | ||
}} | }} | ||
Latest revision as of 14:24, 8 November 2023
Description
- Description:
- Returns terrain's surface normal on given position.
- Groups:
- Positions
Syntax
- Syntax:
- surfaceNormal position
- Parameters:
- position: Array format Position2D or Position3D - when using Position3D, Z is ignored
- Return Value:
- Array format Vector3D
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- setVectorUp surfaceIsWater surfaceType
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