diff options
Diffstat (limited to 'engines/titanic/star_control/fpose.h')
-rw-r--r-- | engines/titanic/star_control/fpose.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/star_control/fpose.h b/engines/titanic/star_control/fpose.h index dbdd832067..02e00c914d 100644 --- a/engines/titanic/star_control/fpose.h +++ b/engines/titanic/star_control/fpose.h @@ -29,6 +29,7 @@ namespace Titanic { /* * This class combines a position and orientation in 3D space + * TODO: consider merging with DAffine */ class FPose : public FMatrix { public: @@ -59,6 +60,9 @@ public: */ void copyFrom(const FMatrix &src); + /** + * Probably the inverse of the this 3x4 + */ FPose fn4() const; }; |