Utility.TriangleArea Method

Public Shared Function TriangleArea( _ 
ByVal p1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal p3 As Point3D
) As Double
This language is not supported or no code example is available.
public static double TriangleArea( 
Point3D p1
Point3D p2
Point3D p3 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

p2
Point3D

p3
Point3D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition