mirror of
https://github.com/zeldaret/ss
synced 2026-09-10 20:00:13 -04:00
dAcEremly_c:: oh thats a lot of changes
This commit is contained in:
@@ -95,9 +95,15 @@ public:
|
||||
mVec3_c &getOldPosition() {
|
||||
return mOldPosition;
|
||||
}
|
||||
void setOldPosition(const mVec3_c &v) {
|
||||
mOldPosition = v;
|
||||
}
|
||||
mVec3_c &getStartingPosition() {
|
||||
return mStartingPos;
|
||||
}
|
||||
void setStartingPosition(const mVec3_c &v) {
|
||||
mStartingPos = v;
|
||||
}
|
||||
mVec3_c &getVelocity() {
|
||||
return mVelocity;
|
||||
}
|
||||
@@ -105,6 +111,10 @@ public:
|
||||
return mAngle;
|
||||
}
|
||||
|
||||
void setStartingRotation(const mAng3_c &v) {
|
||||
mStartingRot = v;
|
||||
}
|
||||
|
||||
f32 getVelocityMag() const {
|
||||
return fabsf(nw4r::math::VEC3LenSq(mVelocity));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user