Main Page Class Hierarchy Compound List File List Compound Members File Members
VLMath.h File Reference
#include <stdlib.h>
Include dependency graph for VLMath.h:
Go to the source code of this file.
Defines |
![](null.gif) | ![](null.gif) | #define | vl_is_finite(X) (1) |
Functions |
![](null.gif) | ![](null.gif) | Double | vl_rand () |
![](null.gif) | ![](null.gif) | Double | abs (Double x) |
![](null.gif) | ![](null.gif) | Double | len (Double x) |
![](null.gif) | ![](null.gif) | Float | sqrlen (Float r) |
![](null.gif) | ![](null.gif) | Double | sqrlen (Double r) |
![](null.gif) | ![](null.gif) | Float | mix (Float a, Float b, Float s) |
![](null.gif) | ![](null.gif) | Double | mix (Double a, Double b, Double s) |
![](null.gif) | ![](null.gif) | Double | sign (Double d) |
![](null.gif) | ![](null.gif) | Void | SetReal (Float &a, Double b) |
![](null.gif) | ![](null.gif) | Void | SetReal (Double &a, Double b) |
![](null.gif) | ![](null.gif) | Bool | IsPowerOfTwo (Int a) |
![](null.gif) | ![](null.gif) | template<class S, class T> Void | ConvertVec (const S &u, T &v) |
![](null.gif) | ![](null.gif) | template<class T> Void | ConvertVec (const T &u, T &v) |
![](null.gif) | ![](null.gif) | template<class S, class T> Void | ConvertMat (const S &m, T &n) |
![](null.gif) | ![](null.gif) | template<class T> Void | ConvertMat (const T &m, T &n) |
Define Documentation
#define vl_is_finite(X) (1)
|
Function Documentation
template<class T>
Void ConvertMat (const T & m, T & n) [inline]
|
template<class S, class T>
Void ConvertMat (const S & m, T & n) [inline]
|
template<class T>
Void ConvertVec (const T & u, T & v) [inline]
|
template<class S, class T>
Void ConvertVec (const S & u, T & v) [inline]
|
Bool IsPowerOfTwo (Int a) [inline]
|
Void SetReal (Double & a, Double b) [inline]
|
Void SetReal (Float & a, Double b) [inline]
|
Double abs (Double x) [inline]
|
Double len (Double x) [inline]
|
Double mix (Double a, Double b, Double s) [inline]
|
Float mix (Float a, Float b, Float s) [inline]
|
Double sign (Double d) [inline]
|
Double sqrlen (Double r) [inline]
|
Float sqrlen (Float r) [inline]
|
Double vl_rand () [inline]
|
Generated at Sat Aug 5 00:16:50 2000 for Class Library by
1.1.0 written by Dimitri van Heesch,
© 1997-2000