MIST vecAdd

From DCS World Wiki - Hoggitworld.com


mist.vec.add

Added with: Mist 1.0
Description
Returns the vectorial addition of vec1 + vec2
Syntax
vec3 mist.vec.add(vec3 vector1 ,vec3 vector2 )
Valid Input Values:
vector1 = vec3

vector2 = vec3

Return value:
vec3
Return example:
Usage Examples:
Notes:
Related Functions
add, sub, scalar_mult, dp, cp, mag, getUnitVec, rotateVec2, get2DDist, get3DDist, getHeadingPoints

Scripting Engine

MIST Root Page