mirror of
https://github.com/g-truc/glm.git
synced 2024-11-27 02:34:35 +00:00
Ticket #114, fixed documentation
This commit is contained in:
parent
69e4bb9b8e
commit
df750578c4
@ -53,7 +53,7 @@ namespace detail
|
|||||||
|
|
||||||
// Convertions
|
// Convertions
|
||||||
//explicit tquat(valType const & pitch, valType const & yaw, valType const & roll);
|
//explicit tquat(valType const & pitch, valType const & yaw, valType const & roll);
|
||||||
//! pitch, yaw, roll
|
//! Build a quaternion from euler angles (pitch, yaw, roll), in radians.
|
||||||
explicit tquat(
|
explicit tquat(
|
||||||
tvec3<T> const & eulerAngles);
|
tvec3<T> const & eulerAngles);
|
||||||
explicit tquat(
|
explicit tquat(
|
||||||
@ -124,8 +124,8 @@ namespace detail
|
|||||||
namespace gtc{
|
namespace gtc{
|
||||||
namespace quaternion ///< GLM_GTC_quaternion extension: Quaternion types and functions
|
namespace quaternion ///< GLM_GTC_quaternion extension: Quaternion types and functions
|
||||||
{
|
{
|
||||||
/// \addtogroup gtc_quaternion
|
/// @addtogroup gtc_quaternion
|
||||||
///@{
|
/// @{
|
||||||
|
|
||||||
//! Returns the length of the quaternion.
|
//! Returns the length of the quaternion.
|
||||||
//! From GLM_GTC_quaternion extension.
|
//! From GLM_GTC_quaternion extension.
|
||||||
@ -232,7 +232,7 @@ namespace quaternion ///< GLM_GTC_quaternion extension: Quaternion types and fun
|
|||||||
//! Quaternion of high precision floating-point numbers.
|
//! Quaternion of high precision floating-point numbers.
|
||||||
//! From GLM_GTC_quaternion extension.
|
//! From GLM_GTC_quaternion extension.
|
||||||
typedef detail::tquat<highp_float> highp_quat;
|
typedef detail::tquat<highp_float> highp_quat;
|
||||||
///@}
|
/// @}
|
||||||
|
|
||||||
} //namespace quaternion
|
} //namespace quaternion
|
||||||
} //namespace gtc
|
} //namespace gtc
|
||||||
|
Loading…
Reference in New Issue
Block a user