![]() |
Blender V2.61 - r43446
|
#include <PHY_DynamicTypes.h>
Public Member Functions | |
| PHY__Vector4 () | |
| void | setValue (const float *value) |
| void | setValue (const double *value) |
| operator const float * () const | |
| operator float * () | |
Public Attributes | |
| float | m_vec [4] |
Definition at line 56 of file PHY_DynamicTypes.h.
| PHY__Vector4::PHY__Vector4 | ( | ) | [inline] |
Definition at line 59 of file PHY_DynamicTypes.h.
| PHY__Vector4::operator const float * | ( | ) | const [inline] |
Definition at line 75 of file PHY_DynamicTypes.h.
References m_vec.
| PHY__Vector4::operator float * | ( | ) | [inline] |
Definition at line 79 of file PHY_DynamicTypes.h.
References m_vec.
| void PHY__Vector4::setValue | ( | const float * | value | ) | [inline] |
Definition at line 60 of file PHY_DynamicTypes.h.
References m_vec.
Referenced by KX_Scene::CalculateVisibleMeshes().
| void PHY__Vector4::setValue | ( | const double * | value | ) | [inline] |
Definition at line 67 of file PHY_DynamicTypes.h.
References m_vec.
| float PHY__Vector4::m_vec[4] |
Definition at line 58 of file PHY_DynamicTypes.h.
Referenced by operator const float *(), operator float *(), and setValue().