#include <Complex.h>
|
| bool | intersect (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v) |
| |
| bool | intersect (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v) |
| |
| bool | find_prim (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v, ShapePtr &p) |
| |
| bool | find_prim (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v, ShapePtr &pa, ShapePtr &pb) |
| |
| bool | common_point (const Complex &a, const Convex &b, const Transform &a2w, const Transform &b2w, Vector &v, Point &pa, Point &pb) |
| |
| bool | common_point (const Complex &a, const Complex &b, const Transform &a2w, const Transform &b2w, Vector &v, Point &pa, Point &pb) |
| |
Definition at line 47 of file Complex.h.
◆ Complex()
◆ ~Complex()
◆ bbox()
◆ changeBase()
| void Complex::changeBase |
( |
const Point * |
ptr | ) |
|
◆ finish()
| void Complex::finish |
( |
int |
n, |
|
|
const Polytope ** |
p |
|
) |
| |
◆ getBase()
◆ getType()
◆ proceed()
| void Complex::proceed |
( |
| ) |
|
|
inline |
◆ setBase()
| void Complex::setBase |
( |
const Point * |
ptr, |
|
|
bool |
free = false |
|
) |
| |
|
inline |
◆ swapBase()
| void Complex::swapBase |
( |
| ) |
|
|
inline |
◆ common_point [1/2]
◆ common_point [2/2]
◆ find_prim [1/2]
◆ find_prim [2/2]
◆ intersect [1/2]
◆ intersect [2/2]
◆ base
◆ count
◆ free_base
◆ leaves
◆ prev_base
◆ root
The documentation for this class was generated from the following files: