In 3D math, a "normal" is a perpendicular vector to a vertex (point), a vector, or a polygon/face. It is commonly used for light calculations, back face culling and other problems.
Given the three vertices
A
/ \
B C
we can calculate the face normal as follows: