#include "cl/Basics.h"
Include dependency graph for PolyLib.h:
Go to the source code of this file.
Compounds | |||
![]() | ![]() | struct | PolyLib |
Functions | |||
![]() | ![]() | Void | CreateSquare () |
![]() | ![]() | Void | CreateSolidCube () |
![]() | ![]() | Void | CreateSolidCone () |
![]() | ![]() | Void | CreateSolidSphere () |
![]() | ![]() | Void | CreateSolidCylinder () |
![]() | ![]() | Void | CreateSolidTetrahedron () |
![]() | ![]() | Void | AddPolyObjects () |
Void AddPolyObjects () |
Definition at line 19 of file PolyLib.cc.
Void CreateSolidCone () |
Definition at line 246 of file PolyLib.cc.
Void CreateSolidCube () |
Definition at line 57 of file PolyLib.cc.
Void CreateSolidCylinder () |
Definition at line 184 of file PolyLib.cc.
Void CreateSolidSphere () |
Definition at line 327 of file PolyLib.cc.
Void CreateSolidTetrahedron () |
Definition at line 107 of file PolyLib.cc.
Void CreateSquare () |
Definition at line 46 of file PolyLib.cc.