Basic Shape Creation and Rendering  2.0
Tools to create and render common shapes like blocks, cylinders, cones, and spheres
Classes
BasicShape.h File Reference
#include <GL/gl.h>
#include "AffPoint.h"
#include "AffVector.h"

Go to the source code of this file.

Classes

class  BasicShape
 

Detailed Description

Class definition for common 3D shapes Block, Cylinder, Cone, and Sphere.

BasicShape instances can only be created using one of the public factory methods. There are no public constructors for class BasicShape.

The public instance methods of this class are intended to be used only by class BasicShapeRenderer, although it is not inconceivable that they might be useful under certain conditions by other client classes.

See also
BasicShapeRenderer