diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 01:48:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 01:48:47 (GMT) |
commit | 67fe0adb9002d580f2c4d5d5020c28da53521caa (patch) | |
tree | cfe360978c4b77c00bb6a8b404f78f0adff93b77 /src/linalg.h | |
parent | 5ac6b66dfb417c87a65ade4d54e7cf48783c564f (diff) |
Ported color handling away from Qt
Diffstat (limited to 'src/linalg.h')
-rw-r--r-- | src/linalg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linalg.h b/src/linalg.h index 15ef870..41aa730 100644 --- a/src/linalg.h +++ b/src/linalg.h @@ -7,6 +7,7 @@ using Eigen::Vector2d; using Eigen::Vector3d; +using Eigen::Vector3f; typedef Eigen::AlignedBox<double, 3> BoundingBox; using Eigen::Matrix3f; using Eigen::Matrix3d; |