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:

  1. test polygons against others:
    1. try rectangle's inside method against polygon.
    2. try an approximation of a circle also.
    3. also ellipse maybe?
  2. but definitely test all the objects that provide inside() and see if the polygon agrees with that.
    1. Implement polygon class to add into geometry. Support open or closed types, with sequence<point>. Should use the inside method of kevin's.
    2. Use polygon class to implement still unimplemented inside routines in the geometry library (like in triangle).

Change History (2)

comment:1 by Fred T. Hamster, 12 years ago

Summary: geometric/polygon testing and refurbgeometric -- polygon testing and refurb

comment:2 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.