Files
tp/libs/SSystem/SComponent/c_m3d_g_cir.cpp
T
lepelog 1e105b87f1 some c_m3d (#97)
* decompiled some bgs_chk funcs

* c_m3d_g

* c_math progress

* remove duplicate SComponent headers

* move some variables and decompile a function

* some inlined from debug

* cM3d_2PlaneLinePosNearPos

* fix fabsf and decompile cM3d_CrawVec

* format

* cleanup

* more cleanup

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-26 17:48:47 -05:00

21 lines
432 B
C++

/* c_m3d_g_cir.cpp autogenerated by split.py v0.3 at 2021-01-01 14:33:18.200872 */
#include "SComponent/c_m3d_g_cir.h"
// __ct__8cM3dGCirFv
cM3dGCir::cM3dGCir(void) {}
// inlined here
// __dt__8cM2dGCirFv
// __dt__8cM3dGCirFv
cM3dGCir::~cM3dGCir(void) {}
// Set__8cM3dGCirFffff
void cM3dGCir::Set(f32 pPosX, f32 pPosY, f32 pPosZ, f32 pRadius) {
mPosX = pPosX;
mPosY = pPosY;
mRadius = pRadius;
mPosZ = pPosZ;
}