Public Member Functions | Public Attributes
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 (void)
 Plane (double pa, double pb, double pc, double pd)

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


Constructor & Destructor Documentation

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

Definition at line 208 of file shapes.h.

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

Definition at line 214 of file shapes.h.


Member Data Documentation

Definition at line 220 of file shapes.h.

Definition at line 220 of file shapes.h.

Definition at line 220 of file shapes.h.

Definition at line 220 of file shapes.h.


The documentation for this class was generated from the following file:


pr2_navigation_self_filter
Author(s): Eitan Marder-Eppstein
autogenerated on Thu Aug 27 2015 14:29:09