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