Opened 12 years ago
Last modified 8 years ago
#106 assigned new-feature
geometric -- polygon testing and refurb
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-graphiq | Version: | |
Keywords: | Cc: |
Description
polygon:
- test polygons against others:
- try rectangle's inside method against polygon.
- try an approximation of a circle also.
- also ellipse maybe?
- but definitely test all the objects that provide inside() and see if the polygon agrees with that.
- Implement polygon class to add into geometry. Support open or closed types, with sequence<point>. Should use the inside method of kevin's.
- Use polygon class to implement still unimplemented inside routines in the geometry library (like in triangle).
Change History (2)
comment:1 by , 12 years ago
Summary: | geometric/polygon testing and refurb → geometric -- polygon testing and refurb |
---|
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.