mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 22:21:32 -04:00
Try an operator overload
This commit is contained in:
@@ -150,6 +150,10 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool operator==(const mAng3_c &other) const {
|
||||
return x == other.x && y == other.y && z == other.z;
|
||||
}
|
||||
|
||||
void set(const mAng3_c &other) {
|
||||
set(other.x, other.y, other.z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user