Updated doxygen
This commit is contained in:
parent
828005e4fb
commit
6102b97b09
@ -51,11 +51,19 @@ namespace glm
|
|||||||
/// @addtogroup gtc_swizzle
|
/// @addtogroup gtc_swizzle
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
|
|
||||||
template <typename T, template <typename> class vecType>
|
template <typename T, template <typename> class vecType>
|
||||||
T const & swizzle(
|
T const & swizzle(
|
||||||
vecType<T> const & v,
|
vecType<T> const & v,
|
||||||
comp x);
|
comp x);
|
||||||
|
|
||||||
|
///
|
||||||
|
///
|
||||||
|
/// @param v Vector source
|
||||||
|
/// @param x
|
||||||
|
/// @tparam T
|
||||||
|
/// @tparam vecType
|
||||||
|
/// @see gtc_swizzle
|
||||||
template <typename T, template <typename> class vecType>
|
template <typename T, template <typename> class vecType>
|
||||||
detail::tvec2<T> const & swizzle(
|
detail::tvec2<T> const & swizzle(
|
||||||
vecType<T> const & v,
|
vecType<T> const & v,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user