Math/VectorI: Remove array constructor
This commit is contained in:
@@ -45,18 +45,6 @@ namespace Nz
|
||||
Set(scale);
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Constructs a Vector2 object from an array of two elements
|
||||
*
|
||||
* \param vec[2] vec[0] is X component and vec[1] is Y component
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
Vector2<T>::Vector2(const T vec[2])
|
||||
{
|
||||
Set(vec);
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Constructs a Vector2 object from another type of Vector2
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user