MCPcopy Create free account
hub / github.com/cinder/Cinder / zero

Function zero

include/cinder/Rect.h:138–138  ·  view source on GitHub ↗

Constructs a rectangle with all values initialized to zero.

Source from the content-addressed store, hash-verified

136
137 //! Constructs a rectangle with all values initialized to zero.
138 static RectT zero() { return RectT( 0, 0, 0, 0 ); }
139
140 T x1, y1, x2, y2;
141

Callers 7

Display.hFile · 0.70
TestMatrix44Function · 0.50
TestMatrix22Function · 0.50
TestMatrix33Function · 0.50
runMethod · 0.50
setupMethod · 0.50
resizeMethod · 0.50

Calls 1

RectTFunction · 0.70

Tested by 5

TestMatrix44Function · 0.40
TestMatrix22Function · 0.40
TestMatrix33Function · 0.40
setupMethod · 0.40
resizeMethod · 0.40