MCPcopy Create free account
hub / github.com/carbonengine/trinity / ScreenToProjection

Method ScreenToProjection

trinity/TriDevice.cpp:1132–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130}
1131
1132void TriDevice::ScreenToProjection( int x, int y, float* fx, float* fy )
1133{
1134 ScreenToProjection( x, y, fx, fy, &mViewport );
1135}
1136
1137void TriDevice::ScreenToProjection( int x, int y, float* fx, float* fy, const TriViewport* viewport )
1138{

Callers 5

PickObjectMethod · 0.80
PickObjectMethod · 0.80
PyPickParticleFunction · 0.80
PerformPickingMethod · 0.80
PickInfinityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected