MCPcopy 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
491void Matrix::initScale( double sx, double sy )
492{
493 cairo_matrix_init_scale( &getCairoMatrix(), sx, sy );
494}
495
496void Matrix::initRotate( double radians )
497{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64