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

Method unprojectFromClipSpace

source/MRViewer/MRViewportCamera.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264Vector3f Viewport::unprojectFromClipSpace( const Vector3f& clipPoint ) const
265{
266 return getFullViewportInversedMatrix()(clipPoint);
267}
268
269std::vector<Vector3f> Viewport::projectToClipSpace( const std::vector<Vector3f>& worldPoints ) const
270{

Callers 3

mouseScroll_Method · 0.80
spaceMouseMove_Method · 0.80
onTouchMove_Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected