isConvex property

bool isConvex

True if the shape is convex, i.e. a line segment connecting any two points of the shape would lie completely within the shape.

Implementation

bool get isConvex;