Home
last modified time | relevance | path

Searched refs:_dirtyBoundingSphere (Results 1 – 2 of 2) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/bvh/
H A DBVHNode.hxx42 if (_dirtyBoundingSphere) { in getBoundingSphere()
44 _dirtyBoundingSphere = false; in getBoundingSphere()
67 mutable bool _dirtyBoundingSphere; member in simgear::BVHNode
H A DBVHNode.cxx27 _dirtyBoundingSphere(true) in BVHNode()
74 if (_dirtyBoundingSphere) in invalidateBound()
77 _dirtyBoundingSphere = true; in invalidateBound()