mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Merge pull request #312 from plasmacel/master
default precision for quat type #312
This commit is contained in:
commit
a131b4e5dc
@ -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