mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-13 12:15:56 +07:00
ext funcs non-arithmetic T support
This commit is contained in:
@@ -1556,6 +1556,8 @@ template < typename T > inline constexpr mat<T, 4> unit4x4;
|
||||
template < typename T > inline constexpr mat<T, 2> identity2x2;
|
||||
template < typename T > inline constexpr mat<T, 3> identity3x3;
|
||||
template < typename T > inline constexpr mat<T, 4> identity4x4;
|
||||
|
||||
template < typename T > inline constexpr qua<T> qidentity;
|
||||
```
|
||||
|
||||
### Cast
|
||||
|
||||
Reference in New Issue
Block a user