MCPcopy Create free account
hub / github.com/PerroEngine/Perro / min

Method min

perro_source/core/perro_ui/src/layout.rs:14–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 }
13
14 pub fn min(self) -> Vector2 {
15 self.center - self.size * 0.5
16 }
17
18 pub fn max(self) -> Vector2 {
19 self.center + self.size * 0.5

Callers 15

offset_indexFunction · 0.45
indexed_refsFunction · 0.45
parse_vec_default_valueFunction · 0.45
parse_u64_id_stringFunction · 0.45
eval_ops_particleFunction · 0.45
strip_commentFunction · 0.45
containsMethod · 0.45
contains_roundedMethod · 0.45
insetMethod · 0.45
set_textMethod · 0.45
clamp_to_char_boundaryFunction · 0.45

Calls

no outgoing calls