Class Hierarchy   Compound List   File List   Compound Members   File Members  

Plane Class Reference

Class diagram for Plane:

BaseClass

List of all members.

Public Members

 Plane ()
 Plane (const Vector& normal, Float distance)
 Plane (const Point& p1, const Point& p2, const Point& p3)
 Plane (const Plane& other)
const VectorgetNormal () const
Float getDistance () const
Plane& set (const Plane& other)
Plane& set (const Point& p1, const Point& p2, const Point& p3)
Float distance (const Point& point) const

Member Function Documentation

Plane::Plane ()

Plane::Plane (const Vector & normal, Float distance)

Plane::Plane (const Point & p1, const Point & p2, const Point & p3)

Plane::Plane (const Plane & other)

const Vector& Plane::getNormal () const

Float Plane::getDistance () const

Plane& Plane::set (const Plane & other)

Plane& Plane::set (const Point & p1, const Point & p2, const Point & p3)

Float Plane::distance (const Point & point) const


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