MCPcopy Create free account
hub / github.com/cinder/Cinder / isSingular

Function isSingular

blocks/Cairo/src/Cairo.cpp:1839–1842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837}
1838
1839bool isSingular( const mat3& m )
1840{
1841 return fabs( m[0][0] * m[1][1] - m[1][0] * m[0][1] ) <= 0.000001f;
1842}
1843
1844/////////////////////////////////////////////////////////////////////////////
1845// SvgRendererCairo

Callers 2

pushMatrixMethod · 0.85
popMatrixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected