This function computes the normal to the plane determined by the three points v0,v1,v2 (3 vectors).
This function computes the normal to the plane determined by the three points v0,v1,v2 (3 vectors). I.e. it computes the cross product of of (v0-v1) and (v1-v2). It is assumed that all four vectors have length three (no checking is done).
Alphabetic index HTML hierarchy of classes or Java