http://stackoverflow.com/questions/7328424/point-in-obb-oriented-bounding-box-algorithm Given a center point, width, height and angle forming an OBB, how can I find if a given point P is inside the OBB? I take it that the wrinkle in your problem is t…