Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ initScale
Method
initScale
blocks/Cairo/src/Cairo.cpp:491–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void Matrix::initScale( double sx, double sy )
492
{
493
cairo_matrix_init_scale( &getCairoMatrix(), sx, sy );
494
}
495
496
void Matrix::initRotate( double radians )
497
{
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64