#include "Complex.h"
#include "Transform.h"
#include "BBoxTree.h"
#include <new>
Go to the source code of this file.
|
| 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) |
| |
◆ common_point() [1/2]
◆ common_point() [2/2]
◆ find_prim() [1/2]
◆ find_prim() [2/2]
◆ intersect() [1/2]
◆ intersect() [2/2]
◆ free_node