|
Visaurin Geometric Library |
||
|---|---|---|
|
|
Introduction.LibVsg is a 2D/3D software library with a focus on basic geometric manipulations. It's released under the GNU LGPL. Written for C, it provides support for single and double precision arithmetics. Provided features include several data types and the corresponding API:
Although the main API is a C interface, a Python wrapper comes with the library source distribution.
Software prerequisitesVsg depends on the following software:
Optional software may also be needed:
Download.Current version, vsg-0.2.0 can be downloaded at: http://prdownload.berlios.de/vsg/vsg-0.2.0.tar.gz Python bindings.Vsg comes with a set of Python bindings. Module vsg allow you to make geometric computations within your Python interpreter. You can browse online current documentation for the Python wrapper pyvsg-0.2.0. While these pages are not to be considered as definitive, they can give an idea of the wrapper usage. |
|