Initial commit.
This commit is contained in:
commit
44b5f2392f
98 changed files with 11750 additions and 0 deletions
13
physics/transform.cpp
Normal file
13
physics/transform.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
#include "transform.h"
|
||||
|
||||
using namespace mbostock;
|
||||
|
||||
Transform::Transform()
|
||||
: enabled_(true) {
|
||||
}
|
||||
|
||||
void Transform::enable(bool enabled) {
|
||||
enabled_ = enabled;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue