MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setWorldXf

Method setWorldXf

source/MRMesh/MRObject.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Object::setWorldXf( const AffineXf3f& worldxf, ViewportId id )
221{
222 setXf( xf_.get( id ) * worldXf( id ).inverse() * worldxf );
223}
224
225void Object::applyScale( float )
226{

Callers 4

preDraw_Method · 0.80
sceneReorderWithUndoFunction · 0.80
updateArrowMethod · 0.80
applyCurrentXf_Method · 0.80

Calls 2

getMethod · 0.45
inverseMethod · 0.45

Tested by

no test coverage detected