MCPcopy Create free account
hub / github.com/MapServer/MapServer / init

Method init

renderers/agg/include/agg_path_storage.h:560–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 }
559
560 void init(double x1, double y1, double x2, double y2)
561 {
562 m_coord[0] = x1;
563 m_coord[1] = y1;
564 m_coord[2] = x2;
565 m_coord[3] = y2;
566 m_line.rewind(0);
567 }
568
569 void rewind(unsigned)
570 {

Callers

nothing calls this directly

Calls 1

rewindMethod · 0.45

Tested by

no test coverage detected