fp.pyx 105 B

12345
  1. #distutils: language = c++
  2. include "coefficients.pxi"
  3. coefficients=Coefficients()
  4. include "polygon.pxi"