#include <3dmath.h>
Public Member Functions |
|
ScripterExport | ConstPoint3Value (float x, float y, float z) |
void | collect () |
BOOL | is_const () |
Value * | set_x (Value **arg_list, int count) |
Value * | set_y (Value **arg_list, int count) |
Value * | set_z (Value **arg_list, int count) |
ScripterExport ConstPoint3Value | ( | float | x, |
float | y, | ||
float | z | ||
) | [inline] |
void collect | ( | ) |
BOOL is_const | ( | ) | [inline] |
{ return TRUE; }
{ throw RuntimeError(_M("Constant vector, not settable")); return NULL; }
{ throw RuntimeError(_M("Constant vector, not settable")); return NULL; }
{ throw RuntimeError(_M("Constant vector, not settable")); return NULL; }