~peekabot-devs/peekabot/trunk

« back to all changes in this revision

Viewing changes to src/actions/Rotate.cc

  • Committer: Staffan Gimåker
  • Date: 2010-11-28 15:10:35 UTC
  • mfrom: (846.1.16 0.8.x)
  • Revision ID: staffan@gimaker.se-20101128151035-7rrm6f6q4x1h855a
Merge changes from the 0.8.x branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright Staffan Gimåker 2009.
 
2
 * Copyright Staffan Gimåker 2009-2010.
3
3
 *
4
4
 * ---
5
5
 *
11
11
#include <stdexcept>
12
12
#include <boost/math/fpclassify.hpp>
13
13
#include <Eigen/Core>
 
14
#include <Eigen/LU>
14
15
 
15
16
#include "Rotate.hh"
16
17