MCPcopy 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
31template<typename T>
32RectT<T>::RectT( const Area &area )
33{
34 set( (T)area.getX1(), (T)area.getY1(), (T)( area.getX2()), (T)( area.getY2()) );
35}
36
37template<typename T>
38RectT<T>::RectT( const std::vector<Vec2T> &points )

Callers

nothing calls this directly

Calls 4

includeFunction · 0.85
setFunction · 0.50
maxFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected