Skip to content

muellerlab/py3dmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py3DMath

A library for 3D vector and rotation manipulations, corresponding to the code in Common/Math/Vec3 and Rotation.

Current capabilities:

How to install

Install directly from the Github repository:

  1. Clone this repository somewhere convenient: git clone https://github.com/muellerlab/py3dmath.git
  2. Install the package (we'll do a "develop" install, so any changes are immediately available): sudo -H pip install -e . (you'll probably need to be administrator, i.e. prepend sudo)
  3. You're ready to go: try running the examples in the example folder.

Testing

TODO

Licensing

(c) Mark W. Mueller 2016

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages