pybevy_math 0.2.1

Math types (Vec2, Vec3, Vec4, Quat, Mat3, Mat4) for PyBevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod aabb2d;
pub mod aabb3d;
pub mod bounding_circle;
pub mod bounding_sphere;
pub mod raycast;

pub use aabb2d::{PyAabb2d, PyIsometry2d};
pub use aabb3d::{PyAabb3d, PyIsometry3d};
pub use bounding_circle::PyBoundingCircle;
pub use bounding_sphere::PyBoundingSphere;
pub use raycast::{PyRayCast2d, PyRayCast3d};