#include <cl_vector4.h>
Inheritance diagram for SGE::CL_Vector4D_Base< TType >:


Public Member Functions | |
| _SG_TLS_INLINE | CL_Vector4D_Base () |
| Default Constructor, clear the Vector to 0. | |
| _SG_TLS_INLINE | CL_Vector4D_Base (const CLT_Vector< TType > &_Vec) |
| Constructor. | |
| _SG_TLS_INLINE | ~CL_Vector4D_Base () |
| Default destructor, do nothing yet. | |
| _SG_TLS_INLINE void | Set (const TType _a, const TType _b, const TType _c, const TType _d) |
| Set the vector's value. | |
|
_SG_TLS_INLINE CL_Vector4D_Base< TType > & | operator= (const CL_Vector4D_Base< TType > &_Vec2) |
| _SG_TLS_INLINE CL_Vector4D_Base< TType > & | operator= (const TType *_Val) |
| operator = with TType *_f. All the vector dimension will be set to _f[] value. | |
|
_SG_TLS_INLINE CL_Vector4D_Base< TType > & | operator= (const TType _Val) |
| operator = with TType _f. All the vector dimension will be set to _f value. | |
Finish documentation.
|
|||||||||
|
Default Constructor, clear the Vector to 0.
|
|
||||||||||
|
Constructor.
|
|
|||||||||
|
Default destructor, do nothing yet.
|
|
||||||||||
|
operator = with TType *_f. All the vector dimension will be set to _f[] value.
Reimplemented from SGE::CLT_Vector< TType >. |
|
||||||||||||||||||||||||
|
Set the vector's value.
|
1.4.6-NO