GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
26 NVRect(
float p_left,
float p_top,
float p_right,
float p_bottom ) :
41 void Set(
float inL,
float inT,
float inR,
float inB );
NVPoint TopLeft() const
Definition: NVRect.h:48
float left
Definition: NVRect.h:52
bool operator==(const NVRect &r) const
Definition: NVRect.h:34
NVRect(float p_left, float p_top, float p_right, float p_bottom)
Definition: NVRect.h:26
NVRect()
Definition: NVRect.h:25
NVRect & operator-=(const NVPoint &in)
bool Contains(const NVPoint &p) const
float Height() const
Definition: NVRect.h:45
NVRect operator+(const NVPoint &in) const
NVRect & operator*=(float v)
float Width() const
Definition: NVRect.h:46
void Print(std::ostream &os) const
Definition: NVRect.h:37
void Set(const NVRect &in)
Definition: NVRect.h:38
NVPoint BottomRight() const
Definition: NVRect.h:49
bool Collides(const NVRect &r) const
float right
Definition: NVRect.h:54
NVRect Scale(float val) const
float bottom
Definition: NVRect.h:55
float top
Definition: NVRect.h:53
std::ostream & operator<<(std::ostream &os, const svgendl &eol)
NVRect & operator+=(const NVPoint &in)
void Merge(const NVRect &in)