mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
323 B
323 B
icon | label |
---|---|
package | linalg |
Provide mat3x3
, vec2
, vec3
and vec4
types.
This classes adopt torch
's naming convention. Methods with _
suffix will modify the instance itself.
https://github.com/pocketpy/pocketpy/blob/main/include/typings/linalg.pyi
:::code source="../../include/typings/linalg.pyi" :::