|
@@ -47,7 +47,11 @@ namespace glm
|
|
|
typedef tmat2x2<T, P> type;
|
|
typedef tmat2x2<T, P> type;
|
|
|
typedef tmat2x2<T, P> transpose_type;
|
|
typedef tmat2x2<T, P> transpose_type;
|
|
|
|
|
|
|
|
|
|
+#if GLM_FORCE_SIZE_FUNC
|
|
|
|
|
+ GLM_FUNC_DECL GLM_CONSTEXPR size_t size() const;
|
|
|
|
|
+#else
|
|
|
GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
|
|
GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
|
|
|
|
|
+#endif//GLM_FORCE_SIZE_FUNC
|
|
|
|
|
|
|
|
template <typename U, precision Q>
|
|
template <typename U, precision Q>
|
|
|
friend tvec2<U, Q> operator/(tmat2x2<U, Q> const & m, tvec2<U, Q> const & v);
|
|
friend tvec2<U, Q> operator/(tmat2x2<U, Q> const & m, tvec2<U, Q> const & v);
|