mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
start of cXyz OK
This commit is contained in:
@@ -7,27 +7,6 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct SVec {
|
||||
s16 mX, mY, mZ;
|
||||
};
|
||||
|
||||
class csXyz : public SVec {
|
||||
public:
|
||||
static const csXyz Zero;
|
||||
/* 80018BD0 */ ~csXyz() {}
|
||||
/* inline */ csXyz() {}
|
||||
/* inline */ csXyz(const csXyz& other) : SVec(other){};
|
||||
/* 802673F4 */ csXyz(s16, s16, s16);
|
||||
/* 80267404 */ csXyz operator+(csXyz&);
|
||||
/* 8026745C */ void operator+=(csXyz&);
|
||||
/* 80267490 */ csXyz operator-(csXyz&);
|
||||
/* 802674E8 */ csXyz operator*(f32);
|
||||
};
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user