HDK
|
#include <iostream>
#include <SYS/SYS_Align.h>
#include <VM/VM_Math.h>
#include <SYS/SYS_Math.h>
#include "UT_Vector.h"
#include "UT_Vector2.h"
#include "UT_Vector3.h"
#include "UT_Vector4.h"
#include "UT_EnvControl.h"
#include "UT_Format.h"
#include "UT_StringStream.h"
Go to the source code of this file.
Macros | |
#define | VECTOR_INSTANTIATE_FMT(T) template UT_API size_t format<T>(char*, size_t, const UT_VectorT<T>&); |
Functions | |
template<typename V > | |
size_t | format (char *buffer, size_t bufsize, const UT_VectorT< V > &v) |
#define VECTOR_INSTANTIATE_FMT | ( | T | ) | template UT_API size_t format<T>(char*, size_t, const UT_VectorT<T>&); |
Definition at line 1342 of file UT_Vector.C.
|
inline |
Definition at line 1330 of file UT_Vector.C.