Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ move
Method
move
src/Core/Transform/Polygon.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void PolygonPoint::move(const Transform::UnitVector& position)
63
{
64
this->add(position);
65
}
66
67
PolygonSegment::PolygonSegment(const PolygonPoint& first, const PolygonPoint& second)
68
: first(first)
Callers
nothing calls this directly
Calls
2
add
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected