Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / TriangleArea Method

In This Topic
    TriangleArea Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function TriangleArea( _
       ByVal p1 As Point3D, _
       ByVal p2 As Point3D, _
       ByVal p3 As Point3D _
    ) As Double
    public static double TriangleArea( 
       Point3D p1,
       Point3D p2,
       Point3D p3
    )

    Parameters

    p1
    p2
    p3
    See Also