Polygon class

Constructors

Polygon(List<Point<num>> points)

Properties

hashCode int
The hash code for this object.
no setterinherited
points List<Point<num>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(num px, num py) bool
getBounds() Rectangle<num>
isConvex() bool
isSimple() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
triangulate() List<int>

Operators

operator ==(Object other) bool
The equality operator.
inherited