class Point3D : public Vector


Inheritance:


Public Methods

Point3D()
Point3D(int _s, int _t)
Point3D& operator=(const Vector &v)
int getS() const
int getT() const
void setS(int _s)
void setT(int _t)

Protected Fields

int s
int t

Inherited from Vector:

Public Methods

T operator[](int i) const throw()
T& operator[](int i) throw()
Vector operator+(const Vector &v) const throw()
Vector operator-(const Vector &v) const throw()
Vector operator-() const throw()
T operator*(const Vector &v) const throw()
Vector operator*(const T &v) const throw()
Vector operator/(const T &v) const throw()
T norm() const throw()
Vector normalize() const throw()
friend Vector operator*(T f, const Vector &v) throw()
friend ostream& operator<<(ostream &os, const Vector &v) throw()

Protected Fields

T vector[3]

Documentation

int s

int t

Point3D()

Point3D(int _s, int _t)

Point3D& operator=(const Vector &v)

int getS() const

int getT() const

void setS(int _s)

void setT(int _t)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de