normal

Calculate the normal of a surface defined by points <code>v1</code>, <code>v2</code> and <code>v3</code> and store it in <code>dest</code>.

@param v0 the first position @param v1 the second position @param v2 the third position @param dest will hold the result

Meta