public float GetAreaSigned()
 {
     return(AxMath.TriangleAreaSigned(vertices[0], vertices[1], vertices[2]));
 }