#include <ps2_iconsys.hpp>
Public Member Functions | |
IconSys_LightVec (float const *) | |
IconSys_LightVec (float fx, float fy, float fz, float fw) | |
IconSys_LightVec (IconSys_LightVec const &) | |
IconSys_LightVec & | operator= (IconSys_LightVec const &) |
float | GetX () const |
float | GetY () const |
float | GetZ () const |
float | GetW () const |
bool | SetX (float x) |
bool | SetY (float y) |
bool | SetZ (float z) |
bool | SetW (float w) |
void | Get (float *p) const |