aabbOverlap

fun aabbOverlap(point: Vec2): Boolean

Method to check if a point resides inside an AABB in object space.

Return

Boolean value whether or not the point lies inside the AABB bounds.

Parameters

point

A point to check if its inside the AABB's object space. Point needs to also be in object space.