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

Method setRadius

include/Sato/ObjCollision.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 u8 IsHitBoundPos(JGeometry::TVec3f, JGeometry::TVec3f);
35
36 void setRadius(const f32 rad) { mRadius = rad; }
37 void scaleRadius(const f32 scale) { mRadius = scale * mRadius; }
38 void setScale(f32 scale) { mScale = scale; }
39

Callers 3

resetMethod · 0.80
resetMethod · 0.80
resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected