playcanvas/engine
View on GitHubRectangle - with position, orientation and size that can be intersected with Ray and other Shapes.
Open
#889 opened on Mar 27, 2017
enhancementgood first issue
Description
Like with BoundingBox and few other shapes, it would be good to have a rectangle, that is much simpler shape than box, and would be useful in many cases.
It would have position, rotation and size (not halfExtents please). And would have functionality to check if it intersects with ray or other shapes.