Little fail
Plane: Forgot <T> Former-commit-id: 46f5c4a501fcf1ed841e28474cf5bca8e7baa438
This commit is contained in:
@@ -59,7 +59,7 @@ T NzPlane<T>::Distance(T x, T y, T z) const
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
NzVector3 NzPlane<T>::GetNormal() const
|
||||
NzVector3<T> NzPlane<T>::GetNormal() const
|
||||
{
|
||||
return normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user