Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getHeight
Method
getHeight
source/MRMesh/MRConeObject.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
float ConeObject::getHeight( ViewportId id /*= {}*/ ) const
50
{
51
return s_.get( id ).z.z;
52
}
53
void ConeObject::setHeight( float height, ViewportId id /*= {}*/ )
54
{
55
auto direction = getDirection( id );
Callers
1
primitiveFromObject
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected