Suppressions of getters
Former-commit-id: db5ae144a8eb8794e7df9981805d2250bbd8b4ee
This commit is contained in:
@@ -58,18 +58,6 @@ T NzPlane<T>::Distance(T x, T y, T z) const
|
||||
return Distance(NzVector3<T>(x, y, z));
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
NzVector3<T> NzPlane<T>::GetNormal() const
|
||||
{
|
||||
return normal;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
T NzPlane<T>::GetDistance() const
|
||||
{
|
||||
return distance;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
NzPlane<T>& NzPlane<T>::Set(T normalX, T normalY, T normalZ, T D)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user