|
HDK
|
#include "UT_API.h"#include "UT_Assert.h"#include "UT_Matrix2.h"#include "UT_Vector.h"#include "UT_VectorTypes.h"#include <SYS/SYS_Types.h>#include <stdlib.h>#include <iosfwd>
Include dependency graph for UT_Matrix.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_MatrixT< T > |
Typedefs | |
| typedef UT_MatrixT< fpreal > | UT_MatrixR |
| typedef UT_MatrixT< fpreal32 > | UT_MatrixF |
| typedef UT_MatrixT< fpreal64 > | UT_MatrixD |
| typedef UT_MatrixT< fpreal64 > | UT_Matrix |
Functions | |
| template<typename T > | |
| UT_API size_t | format (char *buffer, size_t buffer_size, const UT_MatrixT< T > &v) |
| typedef UT_MatrixT<fpreal64> UT_Matrix |
Definition at line 256 of file UT_Matrix.h.
| typedef UT_MatrixT<fpreal64> UT_MatrixD |
Definition at line 255 of file UT_Matrix.h.
| typedef UT_MatrixT<fpreal32> UT_MatrixF |
Definition at line 254 of file UT_Matrix.h.
| typedef UT_MatrixT<fpreal> UT_MatrixR |
Definition at line 253 of file UT_Matrix.h.
| UT_API size_t format | ( | char * | buffer, |
| size_t | buffer_size, | ||
| const UT_MatrixT< T > & | v | ||
| ) |