Improved documentation #836
This commit is contained in:
parent
c142d46ca3
commit
3c28cc459a
@ -30,6 +30,9 @@ namespace glm
|
|||||||
|
|
||||||
/// Projects x on Normal.
|
/// Projects x on Normal.
|
||||||
///
|
///
|
||||||
|
/// @param[in] x A vector to project
|
||||||
|
/// @param[in] Normal A normal that doesn't need to be of unit length.
|
||||||
|
///
|
||||||
/// @see gtx_projection
|
/// @see gtx_projection
|
||||||
template<typename genType>
|
template<typename genType>
|
||||||
GLM_FUNC_DECL genType proj(genType const& x, genType const& Normal);
|
GLM_FUNC_DECL genType proj(genType const& x, genType const& Normal);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user