Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 519 Bytes

PedeMath - A Python Vector and Math Library

Introduction

PedeMath is a python vector and math library.

Status - In Development

It includes classes for vectors, matrices, and quaternions including
Vec3, Vec2, Matrix44, Rect, and Quat.

Notes:
Apis for newer classes such as Matrix44 and Quaternions are still in flux
and in need of more unittests.
Most classes are pure Python, but Matrix44 requires numpy for now.