Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ toVector
Function
toVector
source/MRIOExtras/MRStep.cpp:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
#endif
189
190
Vector3d toVector( const gp_XYZ& xyz )
191
{
192
return { xyz.X(), xyz.Y(), xyz.Z() };
193
}
194
195
AffineXf3d toXf( const gp_Trsf& transformation )
196
{
Callers
1
toXf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected