Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_server/src/base/
H A Drect.rs47 pub fn bottom(&self) -> i32 { in bottom() method
66 let bottom = max(self.bottom(), other.bottom()); in container() localVariable
79 let bottom = min(self.bottom(), other.bottom()); in intersection() localVariable