#include <fbxtypes.h>
Definition at line 191 of file fbxtypes.h.
Public Member Functions | |
FbxVectorTemplate2 () | |
FbxVectorTemplate2 (T pValue) | |
FbxVectorTemplate2 (T pData0, T pData1) | |
~FbxVectorTemplate2 () | |
T & | operator[] (int pIndex) |
const T & | operator[] (int pIndex) const |
FbxVectorTemplate2< T > & | operator= (const T &pValue) |
FbxVectorTemplate2< T > & | operator= (const FbxVectorTemplate2< T > &pVector) |
bool | operator== (const FbxVectorTemplate2< T > &pVector) const |
bool | operator!= (const FbxVectorTemplate2< T > &pVector) const |
T * | Buffer () |
const T * | Buffer () const |
Public Attributes | |
T | mData [2] |
|
inline |
Definition at line 194 of file fbxtypes.h.
|
inlineexplicit |
Definition at line 195 of file fbxtypes.h.
|
inline |
Definition at line 196 of file fbxtypes.h.
|
inline |
Definition at line 197 of file fbxtypes.h.
|
inline |
Definition at line 198 of file fbxtypes.h.
|
inline |
Definition at line 199 of file fbxtypes.h.
|
inline |
Definition at line 200 of file fbxtypes.h.
|
inline |
Definition at line 201 of file fbxtypes.h.
|
inline |
Definition at line 202 of file fbxtypes.h.
|
inline |
Definition at line 203 of file fbxtypes.h.
|
inline |
Definition at line 204 of file fbxtypes.h.
|
inline |
Definition at line 205 of file fbxtypes.h.
T mData[2] |
Definition at line 206 of file fbxtypes.h.