equal
deleted
inserted
replaced
144 }; |
144 }; |
145 |
145 |
146 }; |
146 }; |
147 |
147 |
148 ///Returns a vector multiplied by a scalar |
148 ///Returns a vector multiplied by a scalar |
|
149 |
|
150 ///Returns a vector multiplied by a scalar |
|
151 ///\relates xy |
149 template<typename T> xy<T> operator*(const T &u,const xy<T> &x) { |
152 template<typename T> xy<T> operator*(const T &u,const xy<T> &x) { |
150 return x*u; |
153 return x*u; |
151 }; |
154 }; |
152 |
155 |
153 ///Read a plainvector from a stream |
156 ///Read a plainvector from a stream |