A library for 3D vector and rotation manipulations, corresponding to the code in Common/Math/Vec3 and Rotation.
Current capabilities:
Install directly from the Github repository:
- Clone this repository somewhere convenient:
git clone https://github.com/muellerlab/py3dmath.git
- 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. prependsudo
) - You're ready to go: try running the examples in the
example
folder.
TODO
(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/.