MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / project

Method project

Engine/source/gui/3d/guiTSControl.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269//-----------------------------------------------------------------------------
270
271bool GuiTSCtrl::project( const Point3F &pt, Point3F *dest ) const
272{
273 return MathUtils::mProjectWorldToScreen(pt,dest,mSaveViewport,mSaveModelview,mSaveProjection);
274}
275
276//-----------------------------------------------------------------------------
277

Callers 3

guiTSControl.cppFile · 0.45
doProjectionMethod · 0.45
renderMethod · 0.45

Calls 1

mProjectWorldToScreenFunction · 0.85

Tested by

no test coverage detected