|
|
using | Scalar = double |
| |
|
using | Vec2 = bvh::Vec<Scalar, 2> |
| |
|
using | BBox = bvh::BBox<Scalar, 2> |
| |
|
using | Seg = bvh::Seg<Scalar, 2> |
| |
|
using | Node = bvh::Node<Scalar,2> |
| |
|
using | Bvh = bvh::Bvh<Node> |
| |
|
using | Ray = bvh::Ray<Scalar, 2> |
| |
|
using | PrecomputedSeg = bvh::PrecomputedSeg<Scalar> |
| |
|
using | Gm2DSegmentCellIntersection = QVarLengthArray<GmCompact2DSegmentCellIntersection*, 1> |
| |
|
|
template<bool inclusive> |
| bool | isVisible (const double *src, const double *dst, double eps) const |
| |
|
|
Bvh | bvh |
| |
|
std::vector< PrecomputedSeg > | preSeg |
| |
◆ isVisibleExclusive()
| bool GmBVHVisibility2D::isVisibleExclusive |
( |
const double * | src, |
|
|
const double * | dst, |
|
|
double | eps ) const |
|
inlinefinalvirtual |
◆ isVisibleInclusive()
| bool GmBVHVisibility2D::isVisibleInclusive |
( |
const double * | src, |
|
|
const double * | dst, |
|
|
double | eps ) const |
|
inlinefinalvirtual |
The documentation for this class was generated from the following files: