Home
last modified time | relevance | path

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

/StarryEngine/starry_server/src/base/
H A Drect.rs37 pub fn right(&self) -> i32 { in right() method
64 let right = max(self.right(), other.right()); in container() localVariable
77 let right = min(self.right(), other.right()); in intersection() localVariable
/StarryEngine/starry_client/src/base/
H A Devent.rs123 pub right: bool, field