Fixed and silenced a few warnings
This commit is contained in:
parent
c98a84a5d8
commit
9d70da3aaa
7 changed files with 13 additions and 10 deletions
|
@ -106,7 +106,10 @@ struct Vector4
|
|||
////////////////////////////////////////////////////////////
|
||||
/// \brief Construct from 4 vector components
|
||||
///
|
||||
/// \param X,Y,Z,W Components of the 4D vector
|
||||
/// \param X Component of the 4D vector
|
||||
/// \param Y Component of the 4D vector
|
||||
/// \param Z Component of the 4D vector
|
||||
/// \param W Component of the 4D vector
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Vector4(T X, T Y, T Z, T W) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue