Rect2
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Properties
|
||
|
||
|
Constructors
Rect2 ( ) |
|
Methods
abs ( ) const |
|
get_area ( ) const |
|
get_center ( ) const |
|
grow_individual ( float left, float top, float right, float bottom ) const |
|
has_area ( ) const |
|
intersection ( Rect2 b ) const |
|
intersects ( Rect2 b, bool include_borders=false ) const |
|
is_equal_approx ( Rect2 rect ) const |
|
is_finite ( ) const |
|
Operators
operator != ( Rect2 right ) |
|
operator * ( Transform2D right ) |
|
operator == ( Rect2 right ) |
Property Descriptions
Vector2 end = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Vector2 position = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Vector2 size = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Constructor Descriptions
Rect2 Rect2 ( )
There is currently no description for this constructor. Please help us by contributing one!
There is currently no description for this constructor. Please help us by contributing one!
There is currently no description for this constructor. Please help us by contributing one!
Rect2 Rect2 ( Vector2 position, Vector2 size )
There is currently no description for this constructor. Please help us by contributing one!
Rect2 Rect2 ( float x, float y, float width, float height )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
Rect2 abs ( ) const
There is currently no description for this method. Please help us by contributing one!
bool encloses ( Rect2 b ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 expand ( Vector2 to ) const
There is currently no description for this method. Please help us by contributing one!
float get_area ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2 get_center ( ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 grow ( float amount ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 grow_individual ( float left, float top, float right, float bottom ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 grow_side ( int side, float amount ) const
There is currently no description for this method. Please help us by contributing one!
bool has_area ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_point ( Vector2 point ) const
There is currently no description for this method. Please help us by contributing one!
Rect2 intersection ( Rect2 b ) const
There is currently no description for this method. Please help us by contributing one!
bool intersects ( Rect2 b, bool include_borders=false ) const
There is currently no description for this method. Please help us by contributing one!
bool is_equal_approx ( Rect2 rect ) const
There is currently no description for this method. Please help us by contributing one!
bool is_finite ( ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Rect2 right )
There is currently no description for this operator. Please help us by contributing one!
Rect2 operator * ( Transform2D right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Rect2 right )
There is currently no description for this operator. Please help us by contributing one!