mirror of
https://github.com/zeldaret/ss
synced 2026-09-09 19:51:39 -04:00
d_a_obj_utajima_island OK (#73)
* d_a_obj_utajima_island OK * Name one field * mAngle constants
This commit is contained in:
@@ -37,6 +37,20 @@ struct mAng {
|
||||
}
|
||||
|
||||
s16 mVal;
|
||||
|
||||
static mAng fromDeg(f32 deg) {
|
||||
return deg * sDegToAng;
|
||||
}
|
||||
|
||||
private:
|
||||
static const f32 sHalfCircleDeg;
|
||||
static const f32 sAngToDeg;
|
||||
static const f32 sAngToRad;
|
||||
static const f32 NotSure;
|
||||
static const f32 sDegToRad;
|
||||
static const f32 sDegToAng;
|
||||
static const f32 sRadToAng;
|
||||
static const f32 sRadToDeg;
|
||||
};
|
||||
|
||||
class mAng3_c {
|
||||
|
||||
Reference in New Issue
Block a user