More reimplementations

This commit is contained in:
2015-08-25 15:04:15 -07:00
parent d5c8fe162f
commit eeb7a0235e
10 changed files with 174 additions and 16 deletions

View File

@@ -57,3 +57,4 @@ CTransform CTransformFromAxisAngle(const CVector3f& axis, float angle)
return result;
}