Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
Point2D Class
Point2D Methods
Area2 Method
Ccw Method
CompareTo Method
DistanceSquaredTo Method
DistanceTo Method
Draw Method
DrawTo Method
Equals Method
GetAtan2Order Method
GetDistanceToOrder Method
GetHashCode Method
GetPolarOrder Method
MainTest Method
ToString Method
Point2D
Area2 Method
Returns twice the signed area of the triangle a-b-c.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
static
double
Area2
(
Point2D
a
,
Point2D
b
,
Point2D
c
)
Parameters
a
Type:
Algs4Net
Point2D
first point
b
Type:
Algs4Net
Point2D
second point
c
Type:
Algs4Net
Point2D
third point
Return Value
Type:
Double
twice the signed area of the triangle a-b-c
See Also
Reference
Point2D Class
Algs4Net Namespace