Class Hierarchy   Compound List   File List   Compound Members   File Members  

Point Class Reference

Class diagram for Point:

Tuple3

List of all members.

Public Members

 Point ()
 Point (Float x, Float y, Float z)
 Point (const Point& other)
Float getX () const
FloatgetX ()
Float getY () const
FloatgetY ()
Float getZ () const
FloatgetZ ()
Point& set (Float x, Float y, Float z)
Point& set (const Point& other)
Boolean equals (const Point& other) const
Boolean isZero () const
Float dotProduct (const Vector& other) const
Point& interpolate (const Point& other, Float time)
const Point& operator= (const Point& other)
Boolean operator== (const Point& other) const
Boolean operator!= (const Point& other) const
Point& operator+= (const Vector& v)
Point& operator-= (const Vector& v)

Friends

Point operator+ (const Point& p, const Vector& v)
Point operator- (const Point& p, const Vector& v)
Vector operator- (const Point& p1, const Point& p2)
Point operator- (const Point& p)

Member Function Documentation

Point::Point ()

Point::Point (Float x, Float y, Float z)

Point::Point (const Point & other)

Float Point::getX () const

Float& Point::getX ()

Float Point::getY () const

Float& Point::getY ()

Float Point::getZ () const

Float& Point::getZ ()

Point& Point::set (Float x, Float y, Float z)

Point& Point::set (const Point & other)

Boolean Point::equals (const Point & other) const

Boolean Point::isZero () const

Float Point::dotProduct (const Vector & other) const

Point& Point::interpolate (const Point & other, Float time)

const Point& Point::operator= (const Point & other)

Boolean Point::operator== (const Point & other) const

Boolean Point::operator!= (const Point & other) const

Point& Point::operator+= (const Vector & v)

Point& Point::operator-= (const Vector & v)


Friends And Related Function Documentation

Point operator+ (const Point & p, const Vector & v) [friend]

Point operator- (const Point & p, const Vector & v) [friend]

Vector operator- (const Point & p1, const Point & p2) [friend]

Point operator- (const Point & p) [friend]


The documentation for this class was generated from the following file:
Generated at Wed Nov 3 15:16:41 1999 for Architectural Walkthrough Project by doxygen  written by Dimitri van Heesch, © 1997-1999