Fixed missing value_type for dual quaternion, Fixed return type of dual quaternion length
This commit is contained in:
@@ -59,7 +59,7 @@ namespace detail
|
||||
{
|
||||
enum ctor{null};
|
||||
|
||||
typedef T value_type;
|
||||
typedef T value_type;
|
||||
typedef tvec4<bool, P> bool_type;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user