Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 652 Bytes

File metadata and controls

25 lines (15 loc) · 652 Bytes

CMLibs Maths

CMLibs maths functions. This software can be found on PyPi and installed with the following command:

pip install cmlibs.maths

Vector Operations

A collection of functions that operate on python lists as if they were vectors. A basic implementation to forgo the need to use numpy.

Algorithms

A few basic functions for calculating line, plane intersections and plane normals.

Distribution

This software uses regex to extract the version number information from the package. The version number for this package is stored in 'src/cmlibs/maths/__init__.py'