aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/fpose.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/fpose.h')
-rw-r--r--engines/titanic/star_control/fpose.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/star_control/fpose.h b/engines/titanic/star_control/fpose.h
index 02e00c914d..f1f00ea7a7 100644
--- a/engines/titanic/star_control/fpose.h
+++ b/engines/titanic/star_control/fpose.h
@@ -29,7 +29,7 @@ namespace Titanic {
/*
* This class combines a position and orientation in 3D space
- * TODO: consider merging with DAffine
+ * TODO: Merge with DAffine
*/
class FPose : public FMatrix {
public:
@@ -61,9 +61,9 @@ public:
void copyFrom(const FMatrix &src);
/**
- * Probably the inverse of the this 3x4
+ * The inverse of rotation and the position vector
*/
- FPose fn4() const;
+ FPose inverseTransform() const;
};
} // End of namespace Titanic