MCPcopy 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
190Vector3d toVector( const gp_XYZ& xyz )
191{
192 return { xyz.X(), xyz.Y(), xyz.Z() };
193}
194
195AffineXf3d toXf( const gp_Trsf& transformation )
196{

Callers 1

toXfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected