Blender V2.61 - r43446
|
#include <util_types.h>
Public Member Functions | |
int | operator[] (int i) const |
int & | operator[] (int i) |
int4 () | |
int4 (int _x, int _y, int _z, int _w) | |
const int & | operator[] (int i) const |
int & | operator[] (int i) |
Public Attributes | |
int | x |
int | y |
int | z |
int | w |
Definition at line 143 of file util_types.h.
int4::int4 | ( | ) | [inline] |
Definition at line 155 of file btConvexHull.h.
int4::int4 | ( | int | _x, |
int | _y, | ||
int | _z, | ||
int | _w | ||
) | [inline] |
int int4::operator[] | ( | int | i | ) | const [inline] |
Definition at line 146 of file util_types.h.
int& int4::operator[] | ( | int | i | ) | [inline] |
Definition at line 158 of file btConvexHull.h.
const int& int4::operator[] | ( | int | i | ) | const [inline] |
Definition at line 157 of file btConvexHull.h.
int& int4::operator[] | ( | int | i | ) | [inline] |
Definition at line 147 of file util_types.h.
int int4::w |
Definition at line 144 of file util_types.h.
Referenced by int4(), BVH::pack_instances(), and print_int4().
int int4::x |
Definition at line 144 of file util_types.h.
Referenced by int4(), operator[](), BVH::pack_instances(), print_int4(), and RegularBVH::refit_node().
int int4::y |
Definition at line 144 of file util_types.h.
Referenced by int4(), BVH::pack_instances(), print_int4(), and RegularBVH::refit_node().
int int4::z |
Definition at line 144 of file util_types.h.
Referenced by int4(), BVH::pack_instances(), and print_int4().