VTK/Examples/Cxx/GeometricObjects/Circle: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 02:15, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/GeometricObjects/Circle (content was: "<div class="floatcenter">300px</div> A circle is simply the limiting case of a regular polygon. We use vtkRegularPolygonSource with a large number of Sides to approximate a circle. ==Circle.cxx== <source lang="cpp"> // Classes specific to this example #include <vtkRegularPolygonSource.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> // Generic VTK pipeline elements #include <vtkActor.h> #include <vtkRende...")