CGAL::normal

Vector_3<Kernel> normal ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r)
computes the normal vector for the vectors q-p and r-p.
Precondition: The points p, q, and r must not be collinear.