ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CVMath.h File Reference
#include "CVConst.h"
Include dependency graph for CVMath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 

Functions

bool cloudViewer::LessThanEpsilon (float x)
 Test a floating point number against our epsilon (a very small number). More...
 
bool cloudViewer::LessThanEpsilon (double x)
 Test a floating point number against our epsilon (a very small number). More...
 
bool cloudViewer::GreaterThanEpsilon (float x)
 Test a floating point number against our epsilon (a very small number). More...
 
bool cloudViewer::GreaterThanEpsilon (double x)
 Test a floating point number against our epsilon (a very small number). More...
 
bool cloudViewer::GreaterThanSquareEpsilon (double x)
 
bool cloudViewer::LessThanSquareEpsilon (double x)
 
float cloudViewer::RadiansToDegrees (int radians)
 Convert radians to degrees. More...
 
float cloudViewer::RadiansToDegrees (float radians)
 Convert radians to degrees. More...
 
double cloudViewer::RadiansToDegrees (double radians)
 Convert radians to degrees. More...
 
float cloudViewer::DegreesToRadians (int degrees)
 Convert degrees to radians. More...
 
float cloudViewer::DegreesToRadians (float degrees)
 Convert degrees to radians. More...
 
double cloudViewer::DegreesToRadians (double degrees)
 Convert degrees to radians. More...
 

Detailed Description

Methods for conversion and comparison. Note that these are intenionally not templates. They are short methods and templates are overkill for these cases.

Definition in file CVMath.h.