get normal from 3 points

Code Example - get normal from 3 points

                
                        Vector normal = Vector.Cross(B - A, C - A).normalized();