MindFusion.Wpf Pack Programmer's Guide
Triangle Properties
 


 Public Properties

  Name Description

A

Vertex A

AB

Triangle AB shares side AB.

AB_Length

Length of AB, cached and lazy calculated.

Area

Area of the triangle.

B

Vertex B

BC

Triangle BC shares side BC.

BC_Length

Length of BC, cached and lazy calculated.

C

Vertex C

CA

Triangle CA shares side CA.

CA_Length

Length of CA, cached and lazy calculated.

Center

Compute the center

FarthestFromCenter

Farthest distance a point is from center is distance squared.

Index

Index.

RegionCode

Which search region it is in.

 Protected Properties

  Name Description

abDet

AB det.

bcDet

BC det.

caDet

CA det.

 See Also

Triangle Class
MindFusion.Charting.Wpf Namespace