mirror of
https://github.com/g-truc/glm.git
synced 2024-11-30 03:44:38 +00:00
Fixed spaces
This commit is contained in:
parent
346e305593
commit
af2debfd43
@ -78,7 +78,7 @@ namespace detail
|
|||||||
value_type const & z);
|
value_type const & z);
|
||||||
|
|
||||||
// Convertions
|
// Convertions
|
||||||
//explicit tquat(valType const & pitch, valType const & yaw, valType const & roll);
|
|
||||||
//! Build a quaternion from euler angles (pitch, yaw, roll), in radians.
|
//! Build a quaternion from euler angles (pitch, yaw, roll), in radians.
|
||||||
explicit tquat(
|
explicit tquat(
|
||||||
tvec3<T> const & eulerAngles);
|
tvec3<T> const & eulerAngles);
|
||||||
|
Loading…
Reference in New Issue
Block a user