VPMathFunctions Area Method Virtual Photonics - VTS Library
Virtual Photonics
Calculate area of a traingle

Namespace: Vts.FemModeling.MGRTE._2D
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double Area(
	double x1,
	double y1,
	double x2,
	double y2,
	double x3,
	double y3
)

Return Value

Type: OnlineDouble
area
See Also