|
@@ -130,7 +130,10 @@ namespace glm
|
|
|
// -- Unary bit operators --
|
|
// -- Unary bit operators --
|
|
|
|
|
|
|
|
template <typename T, precision P>
|
|
template <typename T, precision P>
|
|
|
- GLM_FUNC_DECL tquat<T, P> operator-(tquat<T, P> const & q);
|
|
|
|
|
|
|
+ GLM_FUNC_DECL tdualquat<T, P> operator+(tdualquat<T, P> const & q);
|
|
|
|
|
+
|
|
|
|
|
+ template <typename T, precision P>
|
|
|
|
|
+ GLM_FUNC_DECL tdualquat<T, P> operator-(tdualquat<T, P> const & q);
|
|
|
|
|
|
|
|
// -- Binary operators --
|
|
// -- Binary operators --
|
|
|
|
|
|