mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
bf7d5a912c
commit
445e3682f2
@ -40,9 +40,9 @@ A `box2d.Body` in pkpy is an unified wrapper of Box2D's `b2Body`,
|
|||||||
It hides the details of Box2D's API and provides a high-level interface.
|
It hides the details of Box2D's API and provides a high-level interface.
|
||||||
!!!
|
!!!
|
||||||
|
|
||||||
## API list
|
## APIs
|
||||||
|
|
||||||
...
|
https://github.com/blueloveTH/pocketpy/blob/main/include/typings/box2d.pyi
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
@ -4,3 +4,5 @@ label: c
|
|||||||
---
|
---
|
||||||
|
|
||||||
Interop with pointers and C structs.
|
Interop with pointers and C structs.
|
||||||
|
|
||||||
|
https://github.com/blueloveTH/pocketpy/blob/main/include/typings/c.pyi
|
@ -4,3 +4,5 @@ label: linalg
|
|||||||
---
|
---
|
||||||
|
|
||||||
Provide `mat3x3`, `vec2`, `vec3` and `vec4` types.
|
Provide `mat3x3`, `vec2`, `vec3` and `vec4` types.
|
||||||
|
|
||||||
|
https://github.com/blueloveTH/pocketpy/blob/main/include/typings/linalg.pyi
|
Loading…
x
Reference in New Issue
Block a user