Rectangle
- 
struct HPS.Rectangle
- Public Functions - 
float Area()
 - 
bool Contains(Rectangle rect)
 - 
bool Contains(Rectangle rect, float epsilon)
 - 
override bool Equals(object obj)
 - 
bool Equals(Rectangle r)
 - 
override int GetHashCode()
 - 
float Height()
 - 
Rectangle(float in_left, float in_right, float in_bottom, float in_top)
 - 
Rectangle(int count, Point[] points)
 - 
Rectangle(Rectangle that)
 - 
float Width()
 
- 
float 
 
        