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