Home
last modified time | relevance | path

Searched refs:contains_envelope (Results 1 – 4 of 4) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rstar-0.7.1/src/algorithm/
H A Dselection_functions.rs62 self.envelope.contains_envelope(&leaf.envelope()) in should_unpack_leaf()
165 parent_envelope.contains_envelope(&self.object_to_remove.envelope()) in should_unpack_parent()
236 parent_envelope.contains_envelope(&self.envelope)
H A Drstar.rs156 if envelope.contains_envelope(&insertion_envelope) { in choose_subtree()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rstar-0.7.1/src/
H A Denvelope.rs20 fn contains_envelope(&self, aabb: &Self) -> bool; in contains_envelope() method
H A Daabb.rs114 fn contains_envelope(&self, other: &Self) -> bool { in contains_envelope() function