MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getLength

Method getLength

source/MRMesh/MRLineObject.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57float LineObject::getLength( ViewportId id /*= {}*/ ) const
58{
59 return s_.get( id ).x.x * baseLineObjectLength_;
60}
61
62Vector3f LineObject::getBasePoint( ViewportId id /*= {} */ ) const
63{

Callers 1

primitiveFromObjectFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected