BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/rational_rotation.h File Reference
#include <algorithm>
Include dependency graph for rational_rotation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class NT >
CGAL_BEGIN_NAMESPACE void rational_rotation_approximation (const NT &dirx, const NT &diry, NT &sin_num, NT &cos_num, NT &denom, const NT &eps_num, const NT &eps_den)
template<class NT >
void rational_rotation_approximation (const double &angle, NT &sin_num, NT &cos_num, NT &denom, const NT &eps_num, const NT &eps_den)

Function Documentation

template<class NT >
CGAL_BEGIN_NAMESPACE void rational_rotation_approximation ( const NT &  dirx,
const NT &  diry,
NT &  sin_num,
NT &  cos_num,
NT &  denom,
const NT &  eps_num,
const NT &  eps_den 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
void rational_rotation_approximation ( const double &  angle,
NT &  sin_num,
NT &  cos_num,
NT &  denom,
const NT &  eps_num,
const NT &  eps_den 
)

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines