I am trying to find the proper terminologies for 2 kinds of shapes:
- The first type of shape I'm calling "concrete polygons". They have a finite number of straight sides (connecting at vertices) and do not have any round/squiggly sides.
- The second type of shape I'm calling "continous polygons". They have 1+ curved, rounded or "squiggly" sides, which technically, each consist of infinite sides (since they're "continuous").
Examples:
- Rectangle = concrete
- Circle = continuous
- Line = concrete
- Bezier curve = continuous
What are the 2 proper geometric terminologies for these 2 kinds of shapes? Thanks in advance!
I think the common term is curvilinear polygon.
In this context, an ordinary polygon could be called a linear polygon or a straight polygon.