Math: Remove all Set(class) methods
This commit is contained in:
@@ -585,21 +585,6 @@ namespace Nz
|
||||
return *this;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Sets the components of the box with components from another
|
||||
* \return A reference to this box
|
||||
*
|
||||
* \param box The other box
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
Box<T>& Box<T>::Set(const Box& box)
|
||||
{
|
||||
std::memcpy(this, &box, sizeof(Box));
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Sets the components of the box with components from a Rect
|
||||
* \return A reference to this box
|
||||
|
||||
Reference in New Issue
Block a user