This is an old revision of the document!
Brickyard : Functions > Geometric
Return a vector indicating the direction of the surface normal, given the current point on the surface being evaulated. This function is normally used after a point on the surface has been displaced to get the new normal of that point. For example:
P += displacement * N; N = calculatenormal( P );