Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-06 14:40:36 +0000
committerStijn Buys <ingar@osirion.org>2008-08-06 14:40:36 +0000
commit668026125ae19b9bd800004ae9ec0510f20753ad (patch)
tree27a8c540bd3ef68f2f5a0b653246adc4dd180a21 /src/math/axis.h
parent18f21c931e6e071b6616a1c0a07026af9b185ad5 (diff)
improved target drawing
Diffstat (limited to 'src/math/axis.h')
-rw-r--r--src/math/axis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/math/axis.h b/src/math/axis.h
index 1422564..1396521 100644
--- a/src/math/axis.h
+++ b/src/math/axis.h
@@ -51,6 +51,9 @@ public:
/// rotation about an arbitrary axis
void rotate(Vector3f const &normal, float angle);
+ /// return the transpose of this matrix
+ Axis transpose() const;
+
private:
Vector3f axis_vector[3];
};