graphene:box2d

Last commit made on 2023-08-10
Get this branch:
git clone -b box2d https://git.launchpad.net/graphene

Branch merges

Branch information

Name:
box2d
Repository:
lp:graphene

Recent commits

dc43a2c... by Emmanuele Bassi <email address hidden>

tests: Add spec for graphene_box2d_t

42ae5fd... by Emmanuele Bassi <email address hidden>

Add docs for graphene_box2d_t

3718e4d... by Emmanuele Bassi <email address hidden>

Add 2D AABB type

Like graphene_box_t, but for 2D areas. It's more efficient than
rectangles, at the cost of legibility.

a0595ec... by Emmanuele Bassi <email address hidden>

Merge pull request #257 from ebassi/point-distance-helpers

Add squared distance operator for 2D points

362c9d8... by Emmanuele Bassi <email address hidden>

Add squared distance operator for 2D points

A convenience function that computes the squared distance between two
points, and avoids the per-axis components of distance().

5c142f1... by Emmanuele Bassi <email address hidden>

ci: Update the MSVC action

f8c8aad... by Emmanuele Bassi <email address hidden>

tests: Update the minimal TAP runner fallback

Starting with TAP version 13, the version has to be specified as the
first line on the test output.

Our TAPTestRunner fallback code needs to take that into account.

f0d1d88... by Emmanuele Bassi <email address hidden>

build: Use boolean values with set10()

Instead of an integer, configuration_data.set10() takes a boolean and
turns it into a 1 or 0.

f89522c... by psykose <email address hidden>

meson: don't install introspection file with installed_tests=false

fixes #247

07d3e54... by Corentin Noël

Add support for using g_autoptr with graphene types