MCPcopy 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
496void Matrix::initRotate( double radians )
497{
498 cairo_matrix_init_rotate( &getCairoMatrix(), radians );
499}
500
501void Matrix::translate( double tx, double ty )
502{

Callers 1

drawTextSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected