mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
0cf65151b3
* split c_math * split c_angle * split c_API_controller_pad * split c_API_graphic * split c_bg_s_chk * c_bg_s_gnd_chk split * more c_bg split * split c_cc_d * delete asm * split c_cc_s * split c_lib * split c_m2d and c_m3d_g_aab * split c_m3d_g_cir * split c_m3d_g_cps * split rest of c_m3d_g * split c_m3d * split c_malloc * split c_request * split c_sxyz * split and partly decompile c_xyz * format * c_angle.h * begin c_angle decomp * c_angle * progress adding stub classes for SComponent * more c_m3d * remove some asm and format * more m3d headers * more c_angle decomp * c_lib headers * add public to classes * fix csXyz member names * c_sxyz partly OK * move Zero csXyz to c_sxyz header * c_API_graphic * delete some unused asm * move math extern data, decompile some functions * delete unused asm * fix duplicated c_angle.h * fix an inlined function name, add more inlined functions for c_angle.h (currently unused) * format Co-authored-by: Pheenoh <pheenoh@gmail.com>
67 lines
1.7 KiB
C++
67 lines
1.7 KiB
C++
/* c_m3d_g_cyl.cpp autogenerated by split.py v0.3 at 2021-01-01 14:45:46.600671 */
|
|
|
|
#include "SComponent/c_m3d_g_cyl.h"
|
|
|
|
// __ct__8cM3dGCylFPC4cXyzff
|
|
// cM3dGCyl::cM3dGCyl(const cXyz*, float, float)
|
|
asm cM3dGCyl::cM3dGCyl(const cXyz*, float, float) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F0A8.s"
|
|
}
|
|
|
|
// Set__8cM3dGCylFRC9cM3dGCylS
|
|
// cM3dGCyl::Set(const cM3dGCylS&)
|
|
asm void cM3dGCyl::Set(const cM3dGCylS&) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F114.s"
|
|
}
|
|
|
|
// Set__8cM3dGCylFRC4cXyzff
|
|
// cM3dGCyl::Set(const cXyz&, float, float)
|
|
asm void cM3dGCyl::Set(const cXyz&, float, float) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F180.s"
|
|
}
|
|
|
|
// SetC__8cM3dGCylFRC4cXyz
|
|
// cM3dGCyl::SetC(const cXyz&)
|
|
asm void cM3dGCyl::SetC(const cXyz&) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F1DC.s"
|
|
}
|
|
|
|
// SetH__8cM3dGCylFf
|
|
// cM3dGCyl::SetH(float)
|
|
asm void cM3dGCyl::SetH(float) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F1F8.s"
|
|
}
|
|
|
|
// SetR__8cM3dGCylFf
|
|
// cM3dGCyl::SetR(float)
|
|
asm void cM3dGCyl::SetR(float) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F200.s"
|
|
}
|
|
|
|
// cross__8cM3dGCylCFPC8cM3dGSphP4cXyz
|
|
// cM3dGCyl::cross(const cM3dGSph*, cXyz*) const
|
|
asm bool cM3dGCyl::cross(const cM3dGSph*, cXyz*) const {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F208.s"
|
|
}
|
|
|
|
// cross__8cM3dGCylCFPC8cM3dGCylP4cXyz
|
|
// cM3dGCyl::cross(const cM3dGCyl*, cXyz*) const
|
|
asm bool cM3dGCyl::cross(const cM3dGCyl*, cXyz*) const {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F22C.s"
|
|
}
|
|
|
|
// calcMinMax__8cM3dGCylFP4cXyzP4cXyz
|
|
// cM3dGCyl::calcMinMax(cXyz*, cXyz*)
|
|
asm void cM3dGCyl::calcMinMax(cXyz*, cXyz*) {
|
|
nofralloc
|
|
#include "SComponent/c_m3d_g_cyl/asm/func_8026F24C.s"
|
|
}
|