MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / leftCotan

Function leftCotan

source/MRMesh/MRMeshMath.cpp:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661float leftCotan( const MeshTopology & topology, const VertCoords & points, EdgeId e )
662{
663 if ( !topology.left( e ).valid() )
664 return 0;
665 return MR::cotan( getLeftTriPoints( topology, points, e ) );
666}
667
668QuadraticForm3f quadraticForm( const MeshTopology & topology, const VertCoords & points, VertId v, bool angleWeigted, const FaceBitSet * region, const UndirectedEdgeBitSet * creases )
669{

Callers 3

leftCotanMethod · 0.85
cotanMethod · 0.85
cotanFunction · 0.85

Calls 4

leftMethod · 0.80
cotanFunction · 0.70
getLeftTriPointsFunction · 0.70
validMethod · 0.45

Tested by

no test coverage detected