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

Method EdgeGeometry

src/Gui/VectorAnimationComplex/EdgeGeometry.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39EdgeGeometry::EdgeGeometry(double ds) :
40 sampling_(),
41 isClosed_(false),
42 ds_(ds)
43{
44}
45
46EdgeGeometry::~EdgeGeometry()
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected