Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ initIdentity
Method
initIdentity
blocks/Cairo/src/Cairo.cpp:481–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
void Matrix::initIdentity()
482
{
483
cairo_matrix_init_identity( &getCairoMatrix() );
484
}
485
486
void Matrix::initTranslate( double tx, double ty )
487
{
Callers
1
prepareGradientSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected