mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 09:32:58 -04:00
format
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
return mPosition - other.mPosition;
|
||||
}
|
||||
|
||||
void getPostionDifferenceOut(const mVec3_c &other, mVec3_c& result) const {
|
||||
void getPostionDifferenceOut(const mVec3_c &other, mVec3_c &result) const {
|
||||
mVec3_c diff = (other - mPosition);
|
||||
result = diff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user