Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ invert
Method
invert
blocks/Cairo/src/Cairo.cpp:516–519 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
514
}
515
516
int32_t Matrix::invert()
517
{
518
return static_cast<int32_t>( cairo_matrix_invert( &getCairoMatrix() ) );
519
}
520
521
const Matrix& Matrix::operator*=( const Matrix &rhs )
522
{
Callers
8
prepareGradientSource
Method · 0.80
TestMatrix44
Function · 0.80
TestMatrix22
Function · 0.80
TestMatrix33
Function · 0.80
underscore.min.js
File · 0.80
path2dpart3.js
File · 0.80
path2dpart2.js
File · 0.80
path2dpart1.js
File · 0.80
Calls
no outgoing calls
Tested by
3
TestMatrix44
Function · 0.64
TestMatrix22
Function · 0.64
TestMatrix33
Function · 0.64