WLJS LogoWLJS Notebook

ConvexRegionQ

ConvexRegionQ[reg] gives True if reg is a convex region and False otherwise.

Examples

Check if a region is convex:

ConvexRegionQ[Disk[]]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page