reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofRectangle Member List

This is the complete list of members for ofRectangle, including all inherited members.

alignTo(const glm::vec3 &targetPoint, ofAlignHorz thisHorzAnchor=OF_ALIGN_HORZ_CENTER, ofAlignVert thisVertAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
alignTo(const glm::vec2 &targetPoint, ofAlignHorz thisHorzAnchor=OF_ALIGN_HORZ_CENTER, ofAlignVert thisVertAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
alignTo(const ofRectangle &targetRect, ofAlignHorz sharedHorzAnchor=OF_ALIGN_HORZ_CENTER, ofAlignVert sharedVertAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
alignTo(const ofRectangle &targetRect, ofAlignHorz targetHorzAnchor, ofAlignVert targetVertAnchor, ofAlignHorz thisHorzAnchor, ofAlignVert thisVertAnchor)ofRectangle
alignToHorz(const float &targetX, ofAlignHorz thisHorzAnchor=OF_ALIGN_HORZ_CENTER)ofRectangle
alignToHorz(const ofRectangle &targetRect, ofAlignHorz sharedAnchor=OF_ALIGN_HORZ_CENTER)ofRectangle
alignToHorz(const ofRectangle &targetRect, ofAlignHorz targetHorzAnchor, ofAlignHorz thisHorzAnchor)ofRectangle
alignToVert(const float &targetY, ofAlignVert sharedAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
alignToVert(const ofRectangle &targetRect, ofAlignVert sharedAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
alignToVert(const ofRectangle &targetRect, ofAlignVert targetVertAnchor, ofAlignVert thisVertAnchor)ofRectangle
getArea() constofRectangle
getAspectRatio() constofRectangle
getBottom() constofRectangle
getBottomLeft() constofRectangle
getBottomRight() constofRectangle
getCenter() constofRectangle
getHeight() constofRectangle
getHorzAnchor(ofAlignHorz anchor) constofRectangle
getIntersection(const ofRectangle &rect) constofRectangle
getLeft() constofRectangle
getMax() constofRectangle
getMaxX() constofRectangle
getMaxY() constofRectangle
getMin() constofRectangle
getMinX() constofRectangle
getMinY() constofRectangle
getPerimeter() constofRectangle
getPosition() constofRectangle
getRight() constofRectangle
getStandardized() constofRectangle
getTop() constofRectangle
getTopLeft() constofRectangle
getTopRight() constofRectangle
getUnion(const ofRectangle &rect) constofRectangle
getVertAnchor(ofAlignVert anchor) constofRectangle
getWidth() constofRectangle
getX() constofRectangle
getY() constofRectangle
growToInclude(float px, float py)ofRectangle
growToInclude(const glm::vec3 &p)ofRectangle
growToInclude(const glm::vec2 &p)ofRectangle
growToInclude(const ofRectangle &rect)ofRectangle
growToInclude(const glm::vec3 &p0, const glm::vec3 &p1)ofRectangle
growToInclude(const glm::vec2 &p0, const glm::vec2 &p1)ofRectangle
heightofRectangle
inside(float px, float py) constofRectangle
inside(const glm::vec3 &p) constofRectangle
inside(const glm::vec2 &p) constofRectangle
inside(const ofRectangle &rect) constofRectangle
inside(const glm::vec3 &p0, const glm::vec3 &p1) constofRectangle
inside(const glm::vec2 &p0, const glm::vec2 &p1) constofRectangle
intersects(const ofRectangle &rect) constofRectangle
intersects(const glm::vec3 &p0, const glm::vec3 &p1) constofRectangle
intersects(const glm::vec2 &p0, const glm::vec2 &p1) constofRectangle
isEmpty() constofRectangle
isStandardized() constofRectangle
isZero() constofRectangle
map(const glm::vec2 &coeff) constofRectangle
map(const ofRectangle &coeff) constofRectangle
mapClamp(const glm::vec2 &coeff) constofRectangle
mapClamp(const ofRectangle &coeff) constofRectangle
OF_DEPRECATED_MSG("Use getPosition() instead.", glm::vec3 &getPositionRef())ofRectangle
ofRectangle()ofRectangle
ofRectangle(float px, float py, float w, float h)ofRectangle
ofRectangle(const glm::vec3 &p, float w, float h)ofRectangle
ofRectangle(const glm::vec2 &p, float w, float h)ofRectangle
ofRectangle(const ofRectangle &rect)ofRectangle
ofRectangle(const glm::vec3 &p0, const glm::vec3 &p1)ofRectangle
ofRectangle(const glm::vec2 &p0, const glm::vec2 &p1)ofRectangle
operator!=(const ofRectangle &rect) constofRectangle
operator+(const glm::vec3 &p)ofRectangle
operator+(const glm::vec2 &p)ofRectangle
operator-(const glm::vec3 &p)ofRectangle
operator-(const glm::vec2 &p)ofRectangle
operator=(const ofRectangle &rect)ofRectangle
operator==(const ofRectangle &rect) constofRectangle
positionofRectangle
scale(float s)ofRectangle
scale(float sX, float sY)ofRectangle
scale(const glm::vec3 &s)ofRectangle
scale(const glm::vec2 &s)ofRectangle
scaleFromCenter(float s)ofRectangle
scaleFromCenter(float sX, float sY)ofRectangle
scaleFromCenter(const glm::vec3 &s)ofRectangle
scaleFromCenter(const glm::vec2 &s)ofRectangle
scaleHeight(float sY)ofRectangle
scaleTo(const ofRectangle &targetRect, ofScaleMode scaleMode=OF_SCALEMODE_FIT)ofRectangle
scaleTo(const ofRectangle &targetRect, ofAspectRatioMode subjectAspectRatioMode, ofAlignHorz sharedHorzAnchor=OF_ALIGN_HORZ_CENTER, ofAlignVert sharedVertAnchor=OF_ALIGN_VERT_CENTER)ofRectangle
scaleTo(const ofRectangle &targetRect, ofAspectRatioMode subjectAspectRatioMode, ofAlignHorz modelHorzAnchor, ofAlignVert modelVertAnchor, ofAlignHorz subjectHorzAnchor, ofAlignVert subjectVertAnchor)ofRectangle
scaleWidth(float sX)ofRectangle
set(float px, float py, float w, float h)ofRectangle
set(const glm::vec3 &p, float w, float h)ofRectangle
set(const glm::vec2 &p, float w, float h)ofRectangle
set(const ofRectangle &rect)ofRectangle
set(const glm::vec3 &p0, const glm::vec3 &p1)ofRectangle
set(const glm::vec2 &p0, const glm::vec2 &p1)ofRectangle
setFromCenter(float px, float py, float w, float h)ofRectangle
setFromCenter(const glm::vec3 &p, float w, float h)ofRectangle
setFromCenter(const glm::vec2 &p, float w, float h)ofRectangle
setHeight(float h)ofRectangle
setPosition(float px, float py)ofRectangle
setPosition(const glm::vec3 &p)ofRectangle
setSize(float w, float h)ofRectangle
setWidth(float w)ofRectangle
setX(float px)ofRectangle
setY(float py)ofRectangle
standardize()ofRectangle
translate(float dx, float dy)ofRectangle
translate(const glm::vec3 &dp)ofRectangle
translate(const glm::vec2 &dp)ofRectangle
translateX(float dx)ofRectangle
translateY(float dy)ofRectangle
widthofRectangle
xofRectangle
yofRectangle
~ofRectangle()ofRectanglevirtual