Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getConeRotationMatrix
Function
getConeRotationMatrix
source/MRMesh/MRConeObject.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
Matrix3f getConeRotationMatrix( const Vector3f& normal )
31
{
32
return Matrix3f::rotation( Vector3f::plusZ(), normal );
33
}
34
35
}
36
Callers
3
setHeight
Method · 0.85
setDirection
Method · 0.85
setBaseRadius
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected