Fixed missing value_type for dual quaternion, Fixed return type of dual quaternion length

This commit is contained in:
Christophe Riccio
2014-06-28 21:08:53 +02:00
parent 9a3f42279b
commit d84fa89cb8
4 changed files with 6 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ namespace detail
{
enum ctor{null};
typedef T value_type;
typedef T value_type;
typedef tvec4<bool, P> bool_type;
public: