mirror of
https://github.com/g-truc/glm.git
synced 2024-11-26 18:24:35 +00:00
Merge 0.9.6
This commit is contained in:
commit
dc86af5d29
@ -58,7 +58,7 @@ namespace glm
|
|||||||
/// @addtogroup gtx_dual_quaternion
|
/// @addtogroup gtx_dual_quaternion
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
template <typename T, precision P>
|
template <typename T, precision P = defaultp>
|
||||||
struct tdualquat
|
struct tdualquat
|
||||||
{
|
{
|
||||||
typedef T value_type;
|
typedef T value_type;
|
||||||
|
@ -81,6 +81,7 @@ Deprecation:
|
|||||||
GLM 0.9.6.4: 2015-0X-XX
|
GLM 0.9.6.4: 2015-0X-XX
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Fixes:
|
Fixes:
|
||||||
|
- Fixed default precision for quat and dual_quat type #312
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
GLM 0.9.6.3: 2015-02-15
|
GLM 0.9.6.3: 2015-02-15
|
||||||
|
Loading…
Reference in New Issue
Block a user