mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 01:31:37 -04:00
work on d_a_door_boss (#2061)
This commit is contained in:
@@ -137,6 +137,7 @@ struct cXyz : Vec {
|
||||
|
||||
f32 getDotProduct(const Vec& other) const { return VECDotProduct(this, &other); }
|
||||
f32 inprod(const Vec& other) const { return getDotProduct(other); }
|
||||
f32 inprodXZ(const Vec& other) const { return x * other.x + z * other.z; }
|
||||
};
|
||||
|
||||
#endif /* C_XYZ_H */
|
||||
|
||||
Reference in New Issue
Block a user