Graphite  Version 3
An experimental 3D geometry processing program
geometry.h File Reference

Simple geometric objects and manipulations. More...

Go to the source code of this file.

Classes

class  OGF::Box2d
 A 2d axis aligned box. More...
 
class  OGF::Box3d
 A 3d axis aligned box. More...
 

Namespaces

 OGF
 Global Graphite namespace.
 

Functions

template<class FT >
vecng< 2, FT > OGF::transform_point (const vecng< 2, FT > &v, const Matrix< 4, FT > &m)
 Applies a 3d transform to a 2d point. More...
 

Detailed Description

Simple geometric objects and manipulations.

Definition in file geometry.h.