MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getOrthoB

Function getOrthoB

src/Osako/system.cpp:471–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 f32 getOrthoR() { return SystemData::scOrtho.W; }
470 f32 getOrthoT() { return SystemData::scOrtho.Y; }
471 f32 getOrthoB() { return SystemData::scOrtho.H; }
472
473 f32 getPerspAspect() { return SystemData::scAspect; }
474 f32 getPerspAspectDiv2() { return SystemData::scAspectDiv2; }

Callers 4

RaceDrawerMethod · 0.85
ShadowScreenMethod · 0.85
initFunction · 0.85
DoPortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected