mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
d_a_sea start
This commit is contained in:
@@ -87,6 +87,7 @@ struct cXyz : Vec {
|
||||
}
|
||||
|
||||
void setall(f32 f) { set(f, f, f); }
|
||||
void zero() { x = y = z = 0.0f; }
|
||||
|
||||
void setMin(const cXyz& other) {
|
||||
if (x > other.x) {
|
||||
|
||||
Reference in New Issue
Block a user