Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
float LineObject::getLength( ViewportId id /*= {}*/ ) const
58
{
59
return s_.get( id ).x.x * baseLineObjectLength_;
60
}
61
62
Vector3f LineObject::getBasePoint( ViewportId id /*= {} */ ) const
63
{
Callers
1
primitiveFromObject
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected