pedemath

Pedemath is a Python Vector and Math library


Keywords
vector, math, matrix, quaternion
License
Apache-2.0
Install
pip install pedemath==0.0.7

Documentation

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.