Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getPointB
Method
getPointB
source/MRMesh/MRLineObject.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
Vector3f LineObject::getPointB( ViewportId id /*= {}*/ ) const
73
{
74
return getCenter( id ) + getDirection( id ) * ( getLength( id ) / 2 );
75
}
76
77
78
LineObject::LineObject()
Callers
2
addSubfeatures
Function · 0.80
primitiveFromObject
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected