首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > pimath是一套boost.python绑定ILM的imath图书馆。

pimath是一套boost.python绑定ILM的imath图书馆。

资 源 简 介

Pimath binds 100% of Imath. Type combinations (such as constructing a V3d from a V3f) are also bound. Pimath binds the Imath API as closely as possible. Each hpp file contains a comment block at the top, highlighting cases where the bindings differ and why. Common reasons include: Making a function signature more Pythonic; Removing slightly optimised functions (where the overhead of python itself would vastly outweigh the optimisation); Removing API redundancy; Changing misleading Imath function names (rare). Nice things about pimath: * It provides integral template instantiations where possible - eg V3i; * It provides "half" template instantiations where possible - eg M33h; * It provides to- and from-python conversion for the Imath "half" type; * It spreads type instantiation over several cpp files for quick multithreaded compiling. * It"s organised as a mirror image of Imath - it has corresponding headers, and a free

文 件 列 表

pimath-1.0
src
LICENSE
README
tests
INSTALL
CHANGES
setup.py
VIP VIP
0.255134s