boxddd 0.1.0

Safe, ergonomic Rust bindings for Box3D
Documentation
pub use crate::{
    Aabb, ApiError, ApiResult, BodyCastHit, BodyClosestPoint, BodyDef, BodyDefBuilder, BodyId,
    BodyMoveEvent, BodyType, BoxCastInput, BoxHull, Capsule, CollisionPlane, Compound,
    CompoundBuilder, CompoundCapsule, CompoundChild, CompoundChildShape, CompoundHull,
    CompoundMesh, CompoundQueryHit, CompoundSphere, ContactBeginTouchEvent, ContactData,
    ContactEndTouchEvent, ContactEvents, ContactHitEvent, ContactId, CosSin, Counters, DebugDraw,
    DebugDrawCommand, DebugDrawOptions, DebugShape, DistanceInput, DistanceJointDef,
    DistanceOutput, DynamicTree, DynamicTreeBoxCastHit, DynamicTreeCastControl,
    DynamicTreeClosestHit, DynamicTreeClosestResult, DynamicTreeFilter, DynamicTreeHit,
    DynamicTreeProxy, DynamicTreeProxyId, DynamicTreeRayCastHit, Error, ExplosionDef,
    ExplosionDefBuilder, Filter, FilterJointDef, HEIGHT_FIELD_HOLE, HeightField,
    HeightFieldBuilder, HexColor, Hull, JointEvent, JointId, JointTuning, JointType, LocalManifold,
    MAX_COMPOUND_MESH_MATERIALS, Manifold, ManifoldPoint, MassData, Matrix3, MeshData,
    MeshDataBuilder, MeshDataOptions, MeshTriangleHit, MotionLocks, MotorJointDef, MoverPlane,
    ParallelJointDef, Plane, PlaneSolverResult, Pos, PrismaticJointDef, Profile, Quat, QueryFilter,
    QueryHit, RayCastInput, RayHit, RecPlayer, RecPlayerInfo, RecQueryHit, RecQueryInfo,
    RecQueryType, Recording, ReplayWorldId, Result, RevoluteJointDef, ScaledBox,
    SegmentDistanceResult, SensorBeginTouchEvent, SensorEndTouchEvent, SensorEvents,
    ShapeCastInput, ShapeCastPairInput, ShapeDef, ShapeDefBuilder, ShapeHeightField, ShapeHull,
    ShapeId, ShapeMesh, ShapeProxy, ShapeRayHit, ShapeType, Sphere, SurfaceMaterial, Sweep,
    TaskSystem, TaskSystemStats, TimeOfImpactInput, TimeOfImpactOutput, TimeOfImpactState,
    Transform, TreeStats, Vec2, Vec3, Version, WeldJointDef, WheelJointDef, World, WorldDef,
    WorldDefBuilder, WorldTransform, allocated_byte_count, clip_vector, closest_point_on_segment,
    collide_capsule_and_sphere, collide_capsule_and_triangle, collide_capsules,
    collide_hull_and_capsule, collide_hull_and_sphere, collide_hull_and_triangle, collide_hulls,
    collide_sphere_and_triangle, collide_spheres, compute_cos_sin, deterministic_atan2,
    get_sweep_transform, is_double_precision, line_distance, segment_distance, shape_cast_pair,
    shape_distance, solve_planes, steiner_inertia, sweep_transform, time_of_impact,
    validate_replay_bytes, version,
};