Difference between revisions of "MIST vecDP"

From DCS World Wiki - Hoggitworld.com
 
(No difference)

Latest revision as of 23:14, 13 April 2018


mist.vec.dp

Added with: Mist 1.0
Description
Returns the dot product of vec1 and vec2
Syntax
number mist.vec.dp(table vec1 ,table vec2 )
Valid Input Values:
vec1= vec3

vec2= vec3

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

Scripting Engine

MIST Root Page