Обсуждение: python - be: Implement point interfaces.

Поиск
Список
Период
Сортировка

python - be: Implement point interfaces.

От
jwp@pgfoundry.org (James William Pye)
Дата:
Log Message:
-----------
Implement point interfaces.

+ point_new (takes a pair of doubles or a string)
+ above, below, left, right, horizontal, vertical methods
+ distance, slope methods

p = point((1,2))

Modified Files:
--------------
    be/include/pypg/type:
        geometric.h (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/type/geometric.h.diff?r1=1.1&r2=1.2)
    be/src:
        type.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.16&r2=1.17)
    be/src/type:
        geometric.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type/geometric.c.diff?r1=1.3&r2=1.4)