|
| Cube (vec3 c, vec3 s, vec3 x=vec3(1., 0., 0.), vec3 y=vec3(0., 1., 0.)) |
|
vec3 | get_size () const |
|
std::array< vec3, 3 > | get_directions () const |
|
virtual bool | is_inside (vec3 p) const override |
|
virtual void | clamp_vector (const vec3 &p, vec3 &v) const override |
|
virtual vec3 | project (const vec3 &p) const |
|
| Point (vec3 c) |
|
vec3 | get_point () const |
|
void | invert () |
|
virtual bool | is_all_inside (std::vector< vec3 > pos) const |
|
|
vec3 | size |
|
std::array< vec3, 3 > | directions |
|
vec3 | point |
|
bool | inverse = false |
|
The documentation for this class was generated from the following file: