Load a project (*.ZIP) by clicking the appropriate button.
|
Project Description
The Apollonius Circles Program to demonstrate Apollonius circles and clipping capability of module Gr2D.cpp. Visual C++ Release By J-P Moreau, Paris. ----------------------------------------------------------------- This dialog based program: 1. randomly defines 3 circles so that they are at least partially visible and each one is tangent to the other two. 2. recursively draws all the internal (apollonius) circles until radius is to small, using a fast procedure to draw circles. |