Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
This must be the result of some bug. They are simple polygons and there is no 
issues triangulation them with the Java version.

Original comment by [email protected] on 16 Dec 2010 at 3:59

from poly2tri.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
C++ has no problem triangulating. See attached screenshots.

Original comment by [email protected] on 16 Dec 2010 at 5:10

  • Changed state: Invalid

Attachments:

from poly2tri.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thank you both for verifying this for me. I'll have to go over my code again.

Original comment by [email protected] on 17 Dec 2010 at 1:42

from poly2tri.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Ok, I'm officially an idiot. Turns out to get it to compile for MSVC I added 
the following:

#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif

#ifndef M_PI_2
#define M_PI_2 6.283185307179586476925286766558
#endif

And clearly M_PI_2 is meant to be PI / 2 not PI * 2. Sorry for wasting your 
time!

Original comment by [email protected] on 17 Dec 2010 at 2:46

from poly2tri.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
np. I know of one more that did this error. There should probably be a comment 
or something about this in the code.

I usually name such fields PI_DIV_2 to avoid confusion.

Original comment by [email protected] on 17 Dec 2010 at 5:30

from poly2tri.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
OK, I'll change M_PI_2 to PI_DIV_2 to avoid confusion.... thanks for the catch!

/Mason

Original comment by [email protected] on 17 Dec 2010 at 6:58

from poly2tri.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.