Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void Object::setWorldXf( const AffineXf3f& worldxf, ViewportId id )
221
{
222
setXf( xf_.get( id ) * worldXf( id ).inverse() * worldxf );
223
}
224
225
void Object::applyScale( float )
226
{
Callers
4
preDraw_
Method · 0.80
sceneReorderWithUndo
Function · 0.80
updateArrow
Method · 0.80
applyCurrentXf_
Method · 0.80
Calls
2
get
Method · 0.45
inverse
Method · 0.45
Tested by
no test coverage detected