MCPcopy 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
30Matrix3f getConeRotationMatrix( const Vector3f& normal )
31{
32 return Matrix3f::rotation( Vector3f::plusZ(), normal );
33}
34
35}
36

Callers 3

setHeightMethod · 0.85
setDirectionMethod · 0.85
setBaseRadiusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected