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 198 of file shapes.h.


Constructor & Destructor Documentation

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

Definition at line 202 of file shapes.h.

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

Definition at line 208 of file shapes.h.


Member Data Documentation

Definition at line 214 of file shapes.h.

Definition at line 214 of file shapes.h.

Definition at line 214 of file shapes.h.

Definition at line 214 of file shapes.h.


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


pr2_navigation_self_filter
Author(s): Eitan Marder-Eppstein
autogenerated on Fri Jan 11 09:35:23 2013