BIS fnc nearestPoint: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |r1=[[" to " |r1= [[") |
Lou Montana (talk | contribs) m (Text replacement - "code>_([a-zA-Z0-9_]+) = " to "code>private _$1 = ") |
||
Line 29: | Line 29: | ||
|r1= [[Position]] - the line point that is closest to ''point'' | |r1= [[Position]] - the line point that is closest to ''point'' | ||
|x1= <code>_idealLocation = [<nowiki/>[[getMarkerPos]] "base", [[getMarkerPos]] "destination", [[getPos]] [[player]], [[true]]] [[call]] [[BIS_fnc_nearestPoint]];</code> | |x1= <code>[[private]] _idealLocation = [<nowiki/>[[getMarkerPos]] "base", [[getMarkerPos]] "destination", [[getPos]] [[player]], [[true]]] [[call]] [[BIS_fnc_nearestPoint]];</code> | ||
|seealso= [[nearObjects]], [[nearestObject]], [[nearestObjects]], [[BIS_fnc_nearestPosition]], [[BIS_fnc_nearestNum]], [[BIS_fnc_nearestRoad]], [[BIS_fnc_nearestHelipad]], [[BIS_fnc_isPosBlacklisted]] | |seealso= [[nearObjects]], [[nearestObject]], [[nearestObjects]], [[BIS_fnc_nearestPosition]], [[BIS_fnc_nearestNum]], [[BIS_fnc_nearestRoad]], [[BIS_fnc_nearestHelipad]], [[BIS_fnc_isPosBlacklisted]] | ||
}} | }} |
Revision as of 12:07, 6 May 2022
Description
Syntax
- Syntax:
- [start, end, point, is2D] call BIS_fnc_nearestPoint
- Parameters:
- start: Position - line start
- end: Position - line end
- point: Position - point to check against
- is2D: Boolean - (Optional, default false) 2D calculation instead of 3D
- Return Value:
- Position - the line point that is closest to point
Examples
- Example 1:
private _idealLocation = [getMarkerPos "base", getMarkerPos "destination", getPos player, true] call BIS_fnc_nearestPoint;
Additional Information
- See also:
- nearObjectsnearestObjectnearestObjectsBIS_fnc_nearestPositionBIS_fnc_nearestNumBIS_fnc_nearestRoadBIS_fnc_nearestHelipadBIS_fnc_isPosBlacklisted
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