AaRect
Prefix: arect
Table of Content
- Empty()
- Is()
- New()
- UnionPoint()
- UnionRect()
- Zero()
- __add() (Deprecated)
- __div() (Deprecated)
- __eq() (Deprecated)
- __index() (Deprecated)
- __mul() (Deprecated)
- __newindex() (Deprecated)
- __sub() (Deprecated)
- __tostring() (Deprecated)
- __unm() (Deprecated)
- Area()
- Center()
- ClosestPoint()
- ContainsPoint()
- ContainsRect()
- ContainsSegment()
- FarthestPoint()
- Height()
- IntersectsLine()
- IntersectsRay()
- IntersectsRect()
- IntersectsSegment()
- IntersectsTriangle()
- IsAbnormal()
- IsEmpty()
- Size()
- SubtractRect()
- Width()
Function
Empty()
Description
Returns an empty AARect.
Function
Is()
Description
Checks if the given variable is an AARect.
Function
New()
Description
Creates a new AaRect
Params
- Array of Vector2 - An array containing two Vector2s.\ The first is the point in the upper left corner of the rect.\ The second is the lower right corner of the rect
Return Value
Function
UnionPoint()
Function
UnionRect()
Function
Zero()
Method
__add() (Deprecated)
Method
__div() (Deprecated)
Method
__eq() (Deprecated)
Method
__index() (Deprecated)
Method
__mul() (Deprecated)
Method
__newindex() (Deprecated)
Method
__sub() (Deprecated)
Method
__tostring() (Deprecated)
Method
__unm() (Deprecated)
Method
Area()
Method
Center()
Method
ClosestPoint()
Method
ContainsPoint()
Method
ContainsRect()
Method
ContainsSegment()
Method
FarthestPoint()
Method
Height()
Method
IntersectsLine()
Method
IntersectsRay()
Method
IntersectsRect()
Method
IntersectsSegment()
Method
IntersectsTriangle()
Method
IsAbnormal()
Method
IsEmpty()
Method
Size()
Method
SubtractRect()
Method