Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ initRotate
Method
initRotate
blocks/Cairo/src/Cairo.cpp:496–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
void Matrix::initRotate( double radians )
497
{
498
cairo_matrix_init_rotate( &getCairoMatrix(), radians );
499
}
500
501
void Matrix::translate( double tx, double ty )
502
{
Callers
1
drawTextSpan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected