mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
add default precision to quat type
This commit is contained in:
parent
69a824c478
commit
62658e8dce
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace glm
|
|||
/// @addtogroup gtc_quaternion
|
||||
/// @{
|
||||
|
||||
template <typename T, precision P>
|
||||
template <typename T, precision P = defaultp>
|
||||
struct tquat
|
||||
{
|
||||
typedef tquat<T, P> type;
|
||||
|
|
Loading…
Add table
Reference in a new issue