MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getLength

Method getLength

src/Core/Transform/Polygon.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 double PolygonSegment::getLength() const
81 {
82 return first.distance(second);
83 }
84
85 void Polygon::resetUnit(Transform::Units unit)
86 {

Callers 1

getDurationMethod · 0.45

Calls 1

distanceMethod · 0.45

Tested by

no test coverage detected