point: add static const member ORIGIN
This commit is contained in:
parent
36a80c33a9
commit
7007b76db6
@ -145,6 +145,10 @@ util::point<S,T>::sanity (void) const {
|
||||
}
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
template <size_t S, typename T>
|
||||
const util::point<S,T> util::point<S,T>::ORIGIN (T {0});
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
template <size_t S, typename T>
|
||||
util::point<S,T>
|
||||
|
Loading…
Reference in New Issue
Block a user