CheckCollisionLines

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!SL_RAYLIB)
@nogc nothrow __gshared extern (C)
bool function(Vector2 startPos1, Vector2 endPos1, Vector2 startPos2, Vector2 endPos2, Vector2* collisionPoint) CheckCollisionLines;

Meta