|
| Point3_ (T x, T y, T z) |
|
| Point3_ (const Point3_< T > &p) |
|
| Point3_ (const Vector3_< T > &v) |
|
Point3_< T > & | operator= (const Point3_< T > &p) |
|
Point3_< T > & | operator+= (const Point3_< T > &p) |
|
Point3_< T > & | operator*= (T s) |
|
Point3_< T > & | operator/= (T s) |
|
bool | operator== (const Point3_< T > &p) const |
|
bool | operator!= (const Point3_< T > &p) const |
|
T | operator[] (int i) const |
|
| operator Vector3_< T > () const |
|
T | x () const |
|
T | y () const |
|
T | z () const |
|
std::string | toString () const |
|
The documentation for this class was generated from the following files:
- /home/travis/build/tatsy/spica/sources/core/core.hpp
- /home/travis/build/tatsy/spica/sources/core/point3d.h
- /home/travis/build/tatsy/spica/sources/core/point3d_detail.h