This commit is contained in:
blueloveTH 2023-08-23 21:00:08 +08:00
parent bf7d5a912c
commit 445e3682f2
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -3,4 +3,6 @@ icon: package
label: c 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

View File

@ -3,4 +3,6 @@ icon: package
label: linalg 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