Squeak Class Documentation category index | class index  
 
LineIntersectionEvent
  category: Graphics-Tools-Intersection
  superclass: Object
  subclasses:

I represent an event that occurs during the computation of line segment intersections.

Instance variables:
position <Point> The position of where this event occurs
type <Symbol> The type of the event
edge <LineIntersectionSegment> The edge associated with this event.
crossedEdge <LineIntersectionSegment> The crossing edge of a #cross event.

instance methods
  accessing
  crossedEdge
crossedEdge:
edge
position
priority
segment
type

  initialize-release
  type:position:segment:

  sorting
  sortsBefore:

class methods
  instance creation
  type:position:segment:

instance methods
  accessing top  
 

crossedEdge


 

crossedEdge:


 

edge


 

position


 

priority

Return the priority for this event


 

segment


 

type


  initialize-release top  
 

type:position:segment:


  sorting top  
 

sortsBefore:


class methods
  instance creation top  
 

type:position:segment: