MCPcopy Create free account
hub / github.com/dalboris/vpaint / startSample

Function startSample

src/Gui/VectorAnimationComplex/HalfedgeBase.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63EdgeSample startSample(EdgeCell * edge, bool side, Time t)
64{
65 if(side)
66 return edge->startSample(t);
67 else
68 return edge->endSample(t);
69}
70
71EdgeSample endSample(EdgeCell * edge, bool side, Time t)
72{

Callers 1

startSampleMethod · 0.85

Calls 2

startSampleMethod · 0.45
endSampleMethod · 0.45

Tested by

no test coverage detected