calculate normal of three points code example Example: get normal from 3 points Vector normal = Vector.Cross(B - A, C - A).normalized();