HDK
|
#include "UT_API.h"
#include "UT_Vector2.h"
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
#include <SYS/SYS_TypeDecorate.h>
Go to the source code of this file.
Classes | |
class | UT_ComplexT< T > |
class | UT_ComplexT< T > |
Macros | |
#define | UT_COMPLEX_SINCOS |
Typedefs | |
typedef UT_ComplexT< fpreal32 > | UT_ComplexF |
typedef UT_ComplexT< fpreal64 > | UT_ComplexD |
typedef UT_ComplexT< fpreal64 > | UT_Complex |
#define UT_COMPLEX_SINCOS |
typedef UT_ComplexT<fpreal64> UT_Complex |
Definition at line 29 of file UT_Complex.h.
typedef UT_ComplexT<fpreal64> UT_ComplexD |
Definition at line 27 of file UT_Complex.h.
typedef UT_ComplexT<fpreal32> UT_ComplexF |
Definition at line 25 of file UT_Complex.h.