Initial commit.
This commit is contained in:
commit
44b5f2392f
98 changed files with 11750 additions and 0 deletions
11
portal.cpp
Normal file
11
portal.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
#include "physics/vector.h"
|
||||
#include "portal.h"
|
||||
|
||||
using namespace mbostock;
|
||||
|
||||
Portal::Portal(const Vector& min, const Vector& max,
|
||||
int room, int origin, bool reset)
|
||||
: box_(min, max), room_(room), origin_(origin), reset_(reset) {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue