Project: engagement_generation

License: BSD

Dependencies:

Used by: None

All Packages

edu::wpi::hri::gen::policy::ref::NoPointZone::Zone Class Reference

List of all members.

Public Member Functions

String toString ()
 Zone (double x1, double y1, double x2, double y2)

Package Functions

boolean contains (Point pt)

Private Attributes

final double xmax
final double xmin
final double ymax
final double ymin

Detailed Description

The Zone class specifies a region which can not be pointed to.

Author:
Aaron Holroyd (aholroyd (at) wpi (dot) edu)

Definition at line 148 of file NoPointZone.java.


Constructor & Destructor Documentation

edu::wpi::hri::gen::policy::ref::NoPointZone::Zone::Zone ( double  x1,
double  y1,
double  x2,
double  y2 
) [inline]

Create a new zone from the given maximum and minimum x and y values

Parameters:
x1 Either the max or min x value.
y1 Either the max or min y value.
x2 Either the max or min x value.
y2 Either the max or min y value.

Definition at line 166 of file NoPointZone.java.


Member Function Documentation

boolean edu::wpi::hri::gen::policy::ref::NoPointZone::Zone::contains ( Point  pt  )  [inline, package]

Definition at line 175 of file NoPointZone.java.

String edu::wpi::hri::gen::policy::ref::NoPointZone::Zone::toString (  )  [inline]

Definition at line 181 of file NoPointZone.java.


Member Data Documentation

Definition at line 151 of file NoPointZone.java.

Definition at line 149 of file NoPointZone.java.

Definition at line 152 of file NoPointZone.java.

Definition at line 150 of file NoPointZone.java.


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

engagement_generation
Author(s): Aaron Holroyd (aholroyd (at) wpi (dot) edu)
autogenerated on Fri Sep 9 10:35:46 2011