Optimized Node::GetTransformMatrix

Former-commit-id: b7eadb5a47ec6c2a9d24b19f45058e1ce5d0be49
This commit is contained in:
Lynix
2012-11-27 21:45:21 +01:00
parent a1a1a3da0c
commit 53730b532d
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class NAZARA_API NzNode
NzQuaternionf GetRotation() const;
NzVector3f GetScale() const;
NzVector3f GetTranslation() const;
NzMatrix4f GetTransformMatrix() const;
const NzMatrix4f& GetTransformMatrix() const;
NzNode& Interpolate(const NzNode& nodeA, const NzNode& nodeB, float interpolation);