goat3d

diff src/aabox.h @ 82:70b7c41a4f17

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 May 2014 22:04:54 +0300
parents 76dea247f75c
children
line diff
     1.1 --- a/src/aabox.h	Thu May 08 23:05:29 2014 +0300
     1.2 +++ b/src/aabox.h	Sun May 11 22:04:54 2014 +0300
     1.3 @@ -11,6 +11,9 @@
     1.4  
     1.5  	AABox();
     1.6  	AABox(const Vector3 &b0, const Vector3 &b1);
     1.7 +
     1.8 +	bool operator ==(const AABox &rhs) const;
     1.9 +	bool operator !=(const AABox &rhs) const;
    1.10  };
    1.11  
    1.12  AABox aabox_union(const AABox &a, const AABox &b);