Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ RectT
Method
RectT
src/cinder/Rect.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template<typename T>
32
RectT<T>::RectT( const Area &area )
33
{
34
set( (T)area.getX1(), (T)area.getY1(), (T)( area.getX2()), (T)( area.getY2()) );
35
}
36
37
template<typename T>
38
RectT<T>::RectT( const std::vector<Vec2T> &points )
Callers
nothing calls this directly
Calls
4
include
Function · 0.85
set
Function · 0.50
max
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected