mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
wip
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
}
|
||||
bool Cross(cM3dGCyl const* cyl, cXyz* xyz) const { return cM3d_Cross_CpsCyl(*this, *cyl, xyz); }
|
||||
bool Cross(cM3dGSph const* sph, cXyz* xyz) const { return cM3d_Cross_CpsSph(*this, *sph, xyz); }
|
||||
void SetR(f32 r) { mRadius = r; }
|
||||
|
||||
}; // Size = 0x20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user