mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Fixed ticket 125: missing dependence
This commit is contained in:
parent
204a6bf612
commit
9c6acd6549
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Dependency:
|
||||
// - GLM core
|
||||
// - GLM_GTX_matrix_query
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef glm_gtx_matrix_query
|
||||
|
@ -24,7 +25,7 @@ namespace glm{
|
|||
namespace gtx{
|
||||
namespace matrix_query ///< GLM_GTX_matrix_query: Query to evaluate matrix properties
|
||||
{
|
||||
/// \addtogroup gtx_matrix_query
|
||||
/// @addtogroup gtx_matrix_query
|
||||
/// @{
|
||||
|
||||
//! Return if a matrix a null matrix.
|
||||
|
|
Loading…
Add table
Reference in a new issue