Skip to content

Common maths functionality shared across OpenCMISS projects

License

Notifications You must be signed in to change notification settings

cmlibs-python/cmlibs.maths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'