mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
add default precision to quat type
This commit is contained in:
parent
ba68939dec
commit
b94aa556c5
@ -59,7 +59,7 @@ namespace glm
|
|||||||
/// @addtogroup gtc_quaternion
|
/// @addtogroup gtc_quaternion
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
template <typename T, precision P>
|
template <typename T, precision P = defaultp>
|
||||||
struct tquat
|
struct tquat
|
||||||
{
|
{
|
||||||
typedef tquat<T, P> type;
|
typedef tquat<T, P> type;
|
||||||
|
Loading…
Reference in New Issue
Block a user