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

Method getLastEdge

source/MRMesh/MRReducePath.cpp:420–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void PathInPlanarTriangleStrip::getLastEdge( Vector2f & l, Vector2f & r )
421{
422 l = points_[ edges_.back().left ];
423 r = points_[ edges_.back().right ];
424}
425
426void PathInPlanarTriangleStrip::find( const Vector2f & end, std::function< void(float) > edgeCrossPosition )
427{

Callers 2

nextEdgeMethod · 0.80
findMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected