Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getCameraPoint
Method
getCameraPoint
source/MRViewer/MRViewportCamera.cpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
Vector3f Viewport::getCameraPoint() const
47
{
48
AffineXf3f xfInv = AffineXf3f( viewM_ ).inverse();
49
return xfInv.b;
50
}
51
52
void Viewport::setCameraPoint( const Vector3f& cameraWorldPos )
53
{
Callers
9
getCamera_
Method · 0.80
autofit_
Method · 0.80
findIncidentFaces
Function · 0.80
onMouseMove_
Method · 0.80
updateGridXfs_
Method · 0.80
onTouchMove_
Method · 0.80
updateCurrentViewByControllerRegion
Function · 0.80
onMouseDown_
Method · 0.80
onMouseMove_
Method · 0.80
Calls
1
inverse
Method · 0.45
Tested by
no test coverage detected