In file src/H_Geometry.h:

class HRect


Public Fields

[more]REAL left
[more]REAL top
[more]REAL right
[more]REAL bottom

Public Methods

[more] HRect()
[more] HRect(REAL l, REAL t, REAL r, REAL b )
[more] HRect(const Point2D &A, const Point2D &B)
[more]REAL GetWidth() const
[more]REAL GetHeight() const
[more]bool IsContained(const Point2D &APoint2D)
[more]bool IsContained(const HRect &HRect)
[more]void Scale(REAL factor)
[more]void Move(const Point2D &Vector)
[more]Point2D GetCenter() const


Documentation

oREAL left

oREAL top

oREAL right

oREAL bottom

o HRect()

o HRect(REAL l, REAL t, REAL r, REAL b )

o HRect(const Point2D &A, const Point2D &B)

oREAL GetWidth() const

oREAL GetHeight() const

obool IsContained(const Point2D &APoint2D)

obool IsContained(const HRect &HRect)

ovoid Scale(REAL factor)

ovoid Move(const Point2D &Vector)

oPoint2D GetCenter() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.