d_a_sea start

This commit is contained in:
Jasper St. Pierre
2023-11-18 19:54:18 -08:00
parent a9c6b0fca2
commit 98da19dfac
5 changed files with 304 additions and 78 deletions
+1
View File
@@ -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) {