MCPcopy Create free account
hub / github.com/doldecomp/mkdd / absolute

Method absolute

include/JSystem/JGeometry/Box.h:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void absolute() {
67 if (!this->isValid()) {
68 TBox2<T> box(*this);
69 this->i.setMin(box.i);
70 this->i.setMin(box.f);
71 this->f.setMax(box.i);
72 this->f.setMax(box.f);
73 }
74 }
75
76 // /** @fabricated */
77 // TBox2<T>& addingPos(TBox2<T>& result, const TVec2<T>& pos) {

Callers 2

generate_objdiff_configFunction · 0.80
setScissorMethod · 0.80

Calls 3

setMinMethod · 0.80
isValidMethod · 0.45
setMaxMethod · 0.45

Tested by

no test coverage detected