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

Method arc

blocks/Cairo/src/Cairo.cpp:1494–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494void Context::arc( double xc, double yc, double radius, double angle1, double angle2 )
1495{
1496 cairo_arc( mCairo, xc, yc, radius, angle1, angle2 );
1497}
1498
1499void Context::arcNegative( double xc, double yc, double radius, double angle1, double angle2 )
1500{

Callers 1

drawEllipseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected