Click or drag to resize
GeTriangleType Enumeration
Triangle type enumeration.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[FlagsAttribute]
public enum GeTriangleType
Members
  Member nameValueDescription
Isosceles0Triangle is isosceles if two sides are equal in length..
Equilateral1Triangle is equilateral if all sides have the same length.
Scalene2Trinagle is scalene if all sides are unequal.
Right4Right triangle has one of its interior angles measuring 90°.
Obtuse8Obtuse triangle has one angle that measures more than 90°.
Acute16Acute triangle has all interior angles measuring less than 90°.
Equiangular32Equiangular triangle has all interior angles equal.
Remarks