Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

index.rst

File metadata and controls

30 lines (20 loc) · 773 Bytes

PPB's 2D Vector class

Note

ppb-vector follows the semver (semantic versioning) convention. In a nutshell, we commit to forward compatibility within a major version: code that works with version 1.0 ought to work with any 1.x release.

ppb_vector.Vector

x

The X coordinate of the vector

y

The Y coordinate of the vector

Inheriting from :pyVector

:pyVector does not support inheritance.