MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetMinX

Method SetMinX

SampleFramework12/v1.00/Graphics/Camera.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void OrthographicCamera::SetMinX(float minX)
151{
152 xMin = minX;
153 CreateProjection();
154}
155
156void OrthographicCamera::SetMinY(float minY)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected