Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
rationalg.h File Reference

Generic implementation of rational type. More...

Go to the source code of this file.

Classes

class  GEO::rationalg< T >
 rationalg (generic rational) is used to compute the sign of rational fractions exactly. More...
 

Namespaces

namespace  GEO
 Global Vorpaline namespace.
 
namespace  GEO::Numeric
 Defines numeric types used in Vorpaline.
 

Functions

template<class T >
Sign GEO::geo_sgn (const rationalg< T > &x)
 Specialization of geo_sgn() for rationalg.
 
template<class T >
Sign GEO::geo_cmp (const rationalg< T > &a, const rationalg< T > &b)
 Specialization of geo_cmp() for rationalg.
 

Detailed Description

Generic implementation of rational type.

Definition in file rationalg.h.