Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
TestMatrix44
Function · 0.50
TestMatrix22
Function · 0.50
TestMatrix33
Function · 0.50
run
Method · 0.50
setup
Method · 0.50
resize
Method · 0.50
Calls
1
RectT
Function · 0.70
Tested by
5
TestMatrix44
Function · 0.40
TestMatrix22
Function · 0.40
TestMatrix33
Function · 0.40
setup
Method · 0.40
resize
Method · 0.40