void compute_normal_vector(LCVMarray<float>&, LCVMarray<float>&, LCVMarray<float>&, LCVMarray<float>&)

This function computes the normal to the plane determined by the three points v0,v1,v2 (3 vectors).

Documentation

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



This page was generated with the help of DOC++.