Suppressions of getters
Former-commit-id: db5ae144a8eb8794e7df9981805d2250bbd8b4ee
This commit is contained in:
@@ -118,12 +118,6 @@ NzVector3<T> NzSphere<T>::GetPositiveVertex(const NzVector3<T>& normal) const
|
||||
return pos;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
T NzSphere<T>::GetRadius() const
|
||||
{
|
||||
return radius;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
bool NzSphere<T>::Intersect(const NzBox<T>& box) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user