Defines the (deprecated) util::Point class template. More...
#include <config.h>
#include <iostream>
#include <cmath>
#include <util/vector.h>
Go to the source code of this file.
Classes | |
class | util::Point< T > |
A 3D point/vector class. More... | |
Namespaces | |
namespace | util |
Various utility classes for generic programming. | |
Functions | |
template<class T > | |
Point< T > | util::operator* (const T &s, const Point< T > &p) |
Scalar multiplication operator. | |
template<class T > | |
Point< T > | util::operator* (const Point< T > &p, const T &s) |
Scalar multiplication operator. |
Defines the (deprecated) util::Point class template.
New code should use util::Vector instead.
Definition in file point.h.