JWS C++ Library
C++ language utility library
graphics Directory Reference
Directory dependency graph for jwsc++/graphics/:
jwsc++/graphics/

Files

file  camera.cpp [code]
 

Camera for 3D viewing in OpenGL.


file  camera.h [code]
 

Camera for 3D viewing in OpenGL.


file  cuboid.cpp [code]
 

Cuboid defined by a width, height and length.


file  cuboid.h [code]
 

Cuboid defined by a width, height and length.


file  offscreen.cpp [code]
 

Offscreen rendering buffer for X11 or Mac OS X.


file  offscreen.h [code]
 

Offscreen rendering buffer for X11 or Mac OS X.


file  parapiped.cpp [code]
 

Parallelepiped: a hexahedron of which each face is a parallelegram.


file  parapiped.h [code]
 

Parallelepiped: a hexahedron of which each face is a parallelegram.


file  polygon.cpp [code]
 

3D polygon with base position on the xy-plane centered at the origin.


file  polygon.h [code]
 

3D polygon with base position on the xy-plane centered at the origin.


file  polymesh.h [code]
 

Abstract class of connected polygons (faces) forming a mesh.


file  renderable.h [code]
 

Abstract class to render this object with the GL.


file  transformable.h [code]
 

Abstract class to apply a linear transformation to this object.