mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Updated doxygen
This commit is contained in:
parent
828005e4fb
commit
6102b97b09
@ -51,11 +51,19 @@ namespace glm
|
||||
/// @addtogroup gtc_swizzle
|
||||
/// @{
|
||||
|
||||
|
||||
template <typename T, template <typename> class vecType>
|
||||
T const & swizzle(
|
||||
vecType<T> const & v,
|
||||
comp x);
|
||||
|
||||
///
|
||||
///
|
||||
/// @param v Vector source
|
||||
/// @param x
|
||||
/// @tparam T
|
||||
/// @tparam vecType
|
||||
/// @see gtc_swizzle
|
||||
template <typename T, template <typename> class vecType>
|
||||
detail::tvec2<T> const & swizzle(
|
||||
vecType<T> const & v,
|
||||
|
Loading…
Reference in New Issue
Block a user