impact-rs 0.0.15

Collision query library for 2D games
Documentation
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/piot/impact-rs
 * Licensed under the MIT License. See LICENSE in the project root for license information.
 */

pub use crate::{
    ray_vs_rect, ray_vs_rect_horizontal_time, ray_vs_rect_vertical_time, swept_rect_vs_rect,
    swept_rect_vs_rect_horizontal_time, swept_rect_vs_rect_vertical_time,
};