mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fix docs
This commit is contained in:
parent
5d46e5186d
commit
4ea72b3128
@ -58,15 +58,15 @@ namespace glm
|
||||
/// @addtogroup gtx_vector_angle
|
||||
/// @{
|
||||
|
||||
//! Returns the absolute angle between two vectors
|
||||
//! Returns the absolute angle between two vectors.
|
||||
//! Parameters need to be normalized.
|
||||
/// @see gtx_vector_angle extension
|
||||
/// @see gtx_vector_angle extension.
|
||||
template <typename vecType>
|
||||
GLM_FUNC_DECL typename vecType::value_type angle(
|
||||
vecType const & x,
|
||||
vecType const & y);
|
||||
|
||||
//! Returns the oriented angle between two 2d vectors
|
||||
//! Returns the oriented angle between two 2d vectors.
|
||||
//! Parameters need to be normalized.
|
||||
/// @see gtx_vector_angle extension.
|
||||
template <typename T, precision P>
|
||||
|
Loading…
Reference in New Issue
Block a user