Richard Davey
|
c2f78fe025
|
Determines if the two objects (either Rectangles or Rectangle-like) have the same width and height values under strict equality.
|
2018-10-08 17:02:27 +01:00 |
|
Richard Davey
|
f195a09530
|
Rectangle.Intersection will take two Rectangle objects and return the area of intersection between them. If there is no intersection, an empty Rectangle is returned.
|
2018-07-05 23:54:51 +01:00 |
|
Richard Davey
|
20e21ff5ac
|
Rectangle.RandomOutside is a new function that takes two Rectangles, outer and inner , and returns a random point that falls within the outer rectangle but is always outside of the inner rectangle.
|
2018-05-31 14:07:39 +01:00 |
|
Richard Davey
|
d1f5f8a82b
|
Added jsdocs
|
2018-02-12 16:01:21 +00:00 |
|
Richard Davey
|
ebe2f0758a
|
Removed incorrect namespace.
|
2018-02-07 16:16:25 +00:00 |
|
Richard Davey
|
2a86400a28
|
Added in jsdocs
|
2018-01-31 13:54:44 +00:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|