MCPcopy 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
516int32_t Matrix::invert()
517{
518 return static_cast<int32_t>( cairo_matrix_invert( &getCairoMatrix() ) );
519}
520
521const Matrix& Matrix::operator*=( const Matrix &rhs )
522{

Callers 8

prepareGradientSourceMethod · 0.80
TestMatrix44Function · 0.80
TestMatrix22Function · 0.80
TestMatrix33Function · 0.80
underscore.min.jsFile · 0.80
path2dpart3.jsFile · 0.80
path2dpart2.jsFile · 0.80
path2dpart1.jsFile · 0.80

Calls

no outgoing calls

Tested by 3

TestMatrix44Function · 0.64
TestMatrix22Function · 0.64
TestMatrix33Function · 0.64