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

Method getColScaleRadius

src/Sato/GeographyObj.cpp:508–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508f32 GeographyObj::getColScaleRadius()
509{
510 f32 radius = getColRadius();
511
512 if (mBounds && radius > 0.0f) { radius *= mBounds[mDefaultBound]->getScale(); }
513 return radius;
514}
515
516f32 GeographyObj::getAxisMaxScale()
517{

Callers 2

DoDossinMethod · 0.80
ObjectWallReflectionMethod · 0.80

Calls 1

getScaleMethod · 0.45

Tested by

no test coverage detected