Click or drag to resize
Accord.NET (logo)

PolygonSubType Enumeration

Some common sub types of some basic shapes.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public enum PolygonSubType
Members
  Member nameValueDescription
Unknown0 Unrecognized sub type of a shape (generic shape which does not have any specific sub type).
Trapezoid1 Quadrilateral with one pair of parallel sides.
Parallelogram2 Quadrilateral with two pairs of parallel sides.
Rectangle3 Parallelogram with perpendicular adjacent sides.
Rhombus4 Parallelogram with all sides equal.
Square5 Rectangle with all sides equal.
EquilateralTriangle6 Triangle with all sides/angles equal.
IsoscelesTriangle7 Triangle with two sides/angles equal.
RectangledTriangle8 Triangle with a 90 degrees angle.
RectangledIsoscelesTriangle9 Triangle with a 90 degrees angle and other two angles are equal.
See Also