Skip to content

olsoneric/pedemath

Repository files navigation

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.