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

Method lnext

source/MRMesh/MRMeshTriPoint.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57MeshTriPoint MeshTriPoint::lnext( const MeshTopology & topology ) const
58{
59 MeshTriPoint res;
60 res.e = topology.prev( e.sym() );
61 res.bary = bary.lnext();
62 return res;
63}
64
65MeshTriPoint MeshTriPoint::canonical( const MeshTopology & topology ) const
66{

Callers 2

canonicalMethod · 0.45
sameFunction · 0.45

Calls 2

prevMethod · 0.45
symMethod · 0.45

Tested by

no test coverage detected