|
| file | showcase1.cpp |
| | Generates general showcase image.
|
| |
| file | showcase10.cpp |
| | Sierpinski triangle, recursively.
|
| |
| file | showcase11.cpp |
| | Generates a moving segment, its supporting line, and its two parallel segments.
|
| |
| file | showcase12.cpp |
| | demo of full steps rotating of a Polyline (2022-11-06: WIP !!)
|
| |
| file | showcase13.cpp |
| | Generates random points, the Convex Hull, the Bounding Box, the Minimum Enclosing Circle (MEC), and the extremum points.
|
| |
| file | showcase14.cpp |
| | Generates moving polygons and shows their intersection points.
|
| |
| file | showcase15.cpp |
| | random points and a moving point, draw the nearest/farthest point segment
|
| |
| file | showcase16.cpp |
| | a point and a moving line, show side of point relatively to line
|
| |
| file | showcase16b.cpp |
| | random point and a moving vector, show side of point (WIP !!!)
|
| |
| file | showcase17.cpp |
| | Generates a moving segment and its orthogonal segments and points.
|
| |
| file | showcase18.cpp |
| | Generates a parallelogram from 2 fixed point and a rotating one.
|
| |
| file | showcase19.cpp |
| | Generates random segments.
|
| |
| file | showcase20.cpp |
| | Three circles, one fixed and two whose center rotates. Fixed radius. It shows the line formed by intersections points. The three lines intersect at same point (black).
|
| |
| file | showcase22.cpp |
| | offset polygon
|
| |
| file | showcase2a.cpp |
| | Generates area of intersection of two rectangles.
|
| |
| file | showcase2b.cpp |
| | Generates area of union of two rectangles.
|
| |
| file | showcase3.cpp |
| | Generates a rotating polygon with a crossing line, computes the intersection points.
|
| |
| file | showcase4a.cpp |
| | Generates two moving objects and the common bounding box.
|
| |
| file | showcase4b.cpp |
| | Generates rotating rectangle and its bounding circle.
|
| |
| file | showcase5.cpp |
| | Generates moving ellipse and bounding boxes.
|
| |
| file | showcase6.cpp |
| | Generates a circle from 2/3 points.
|
| |
| file | showcase7.cpp |
| | shows isInside circles vs polyline
|
| |
| file | showcase7b.cpp |
| | shows isInside() FRect vs CPolyline
|
| |
| file | showcase7c.cpp |
| | shows Segment isInside() FRect , Circle, CPolyline
|
| |
| file | showcase7d.cpp |
| | shows isInside() for Ellipse
|
| |
| file | showcase8.cpp |
| | Generates rotating point and draw the orthogonal segment to a line.
|
| |
| file | showcase9.cpp |
| | Generates two moving circles and the tangential segments.
|
| |