mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +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.
|
||||
!!!
|
||||
|
||||
## API list
|
||||
## APIs
|
||||
|
||||
...
|
||||
https://github.com/blueloveTH/pocketpy/blob/main/include/typings/box2d.pyi
|
||||
|
||||
## Example
|
||||
|
||||
|
@ -3,4 +3,6 @@ icon: package
|
||||
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
|
@ -3,4 +3,6 @@ icon: package
|
||||
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