mirror of
https://github.com/zeldaret/ph
synced 2026-09-07 11:01:42 -04:00
Decomp Actor
This commit is contained in:
@@ -9,5 +9,13 @@ struct Cylinder {
|
||||
Vec3p pos;
|
||||
q20 size; // height and radius
|
||||
|
||||
inline Cylinder() {}
|
||||
inline Cylinder(q20 size) {
|
||||
pos.x = 0;
|
||||
pos.y = size;
|
||||
pos.z = 0;
|
||||
this->size = size;
|
||||
}
|
||||
|
||||
bool Overlaps(Cylinder *other);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user