MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / setPatternOrigin

Method setPatternOrigin

src/core/objects/object.cpp:1136–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136void PathObject::setPatternOrigin(const MapCoord& origin)
1137{
1138 pattern_origin = origin;
1139 setOutputDirty();
1140}
1141
1142ClosestPathCoord PathObject::findClosestPointTo(
1143 const MapCoordF& coord,

Callers 3

constructorTestMethod · 0.80
dragMoveMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected