shapes::Plane Class Reference

Definition of a plane with equation ax + by + cz + d = 0. More...

#include <shapes.h>

Inheritance diagram for shapes::Plane:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Plane (double pa, double pb, double pc, double pd)
 Plane (void)

Public Attributes

double a
double b
double c
double d

Detailed Description

Definition of a plane with equation ax + by + cz + d = 0.

Definition at line 203 of file shapes.h.


Constructor & Destructor Documentation

shapes::Plane::Plane ( void   )  [inline]

Definition at line 207 of file shapes.h.

shapes::Plane::Plane ( double  pa,
double  pb,
double  pc,
double  pd 
) [inline]

Definition at line 213 of file shapes.h.


Member Data Documentation

Definition at line 219 of file shapes.h.

Definition at line 219 of file shapes.h.

Definition at line 219 of file shapes.h.

Definition at line 219 of file shapes.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator


geometric_shapes
Author(s): Ioan Sucan
autogenerated on Fri Jan 11 09:51:08 2013