Commit Graph

10 Commits

Author SHA1 Message Date
wmayer
23863af612 implement slicing for VectorPy class 2017-08-21 15:16:03 +02:00
wmayer
f300614729 Py3: replace sq_slice and sq_ass_slice with mp_subscript and mp_ass_subscript because they are not used any more in Py3 2017-08-21 13:33:07 +02:00
wmayer
4caf59fd8b implement object serialization for Vector class 2017-06-22 21:52:53 +02:00
wmayer
4d77921111 use a stricter tolerance to check for equal points
add method IsEqual to Vector3 class to support user-defined tolerance
2016-08-15 14:09:26 +02:00
wmayer
e05b1af5b8 + change doc string of Vector.projectPointToLine 2015-02-22 18:14:45 +01:00
Yorik van Havre
f1dc173a0f Exposed vector negative to python 2013-07-30 12:17:06 -03:00
wmayer
79c49e4939 Add distanceToPoint to VectorPy 2013-07-17 16:41:09 +02:00
Yorik van Havre
6f11a0c95e Reformatted the VectorPy docstrings for better aspect in sphinx docs 2012-03-29 11:17:04 -03:00
wmayer
6529c8c371 Make new method in Vector3 accesible from Python 2012-02-24 19:43:44 +01:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00