|
Unravel Engine C++ Reference
|
This is the complete list of members for math::bsphere, including all inherited members.
| bsphere() | math::bsphere | inline |
| bsphere(const vec3 &_position, float _radius) | math::bsphere | inline |
| bsphere(float x, float y, float z, float _radius) | math::bsphere | inline |
| contains_point(const vec3 &point) const | math::bsphere | inline |
| contains_point(const vec3 &point, float tolerance) const | math::bsphere | inline |
| empty | math::bsphere | static |
| from_points(const char *point_buffer, unsigned int point_count, unsigned int point_stride) | math::bsphere | |
| operator!=(const bsphere &bounds) const | math::bsphere | inline |
| operator+=(const vec3 &shift) | math::bsphere | inline |
| operator-=(const vec3 &shift) | math::bsphere | inline |
| operator==(const bsphere &bounds) const | math::bsphere | inline |
| position | math::bsphere | |
| radius | math::bsphere |