mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(box): add CAaBox
This commit is contained in:
parent
b01ad9e664
commit
697c011eb9
2 changed files with 14 additions and 0 deletions
13
tempest/box/CAaBox.hpp
Normal file
13
tempest/box/CAaBox.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef TEMPEST_BOX_C_AABOX_HPP
|
||||
#define TEMPEST_BOX_C_AABOX_HPP
|
||||
|
||||
#include "tempest/Vector.hpp"
|
||||
|
||||
class CAaBox {
|
||||
public:
|
||||
// Member variables
|
||||
C3Vector b;
|
||||
C3Vector t;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue