Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dalboris/vpaint
/ KeyHalfedge
Method
KeyHalfedge
src/Gui/VectorAnimationComplex/KeyHalfedge.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
KeyHalfedge::KeyHalfedge() :
35
HalfedgeBase<KeyEdge>()
36
{
37
}
38
39
KeyHalfedge::KeyHalfedge(KeyEdge * e, bool s) :
40
HalfedgeBase<KeyEdge>(e,s)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected