MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / moveTo

Method moveTo

dep/agg/src/agg2d.cpp:918–921  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

916
917//------------------------------------------------------------------------
918void Agg2D::moveTo(double x, double y)
919{
920 m_path.move_to(x, y);
921}
922
923//------------------------------------------------------------------------
924void Agg2D::moveRel(double dx, double dy)

Callers

nothing calls this directly

Calls 1

move_toMethod · 0.45

Tested by

no test coverage detected