Intersection point between circle and ray does not show

Bug #1798830 reported by Hannes Hirzel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Opinion
Undecided
Unassigned

Bug Description

The result of calculating an intersection point between a circle and a ray is not shown.
Method: #intersectionOf:and:

        | c ptM circle ray ptA |
        c := DrGeoCanvas new.
        ptM := c point: 0 @ 0.
        ptM name: 'M'.
        circle := c circleCenter: ptM radius: 5.
        ray := c ray: ptM to: 5 @ 0.

        ptA := c intersectionOf: ray and: circle.

        ptA name: 'A'.

Details with screen shots see

http://forum.drgeo.eu/Bug-Intersection-point-between-ray-and-circle-td4025490.html

Changed in drgeo:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.