|
| Cylinder (vec3 c, double r, double h, vec3 up=vec3(0., 1., 0.)) |
|
| Cylinder (vec3 c, double r, vec3 up) |
|
double | get_radius () const |
|
double | get_height () const |
|
vec3 | get_up_direction () 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 |
|
|
double | sqr_radius |
|
double | height |
|
vec3 | up_direction |
|
vec3 | point |
|
bool | inverse = false |
|
The documentation for this class was generated from the following file: