Fixed spaces

This commit is contained in:
Christophe Riccio 2012-10-18 12:12:32 +02:00
parent 346e305593
commit af2debfd43

View File

@ -78,7 +78,7 @@ namespace detail
value_type const & z);
// Convertions
//explicit tquat(valType const & pitch, valType const & yaw, valType const & roll);
//! Build a quaternion from euler angles (pitch, yaw, roll), in radians.
explicit tquat(
tvec3<T> const & eulerAngles);