isConvex property
bool
get
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;
True if the shape is convex, i.e. a line segment connecting any two points of the shape would lie completely within the shape.
bool get isConvex;