Math API¶
These helpers cover the math types you will most likely use in gameplay code.
Vec2is the main 2D vector type.Vec3is the main 3D vector type.check_collision_point_recis a small collision helper.
Where to keep reading¶
- Open the generated module reference when you want every method and attribute.
- Open the math guide when you want examples and practical usage.