dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 1798830] [NEW] Intersection point between circle and ray


From: Hannes Hirzel
Subject: [Dr. Geo] [Bug 1798830] [NEW] Intersection point between circle and ray does not show
Date: Fri, 19 Oct 2018 14:36:12 -0000

Public bug reported:

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

** Affects: drgeo
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo II.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/1798830

Title:
  Intersection point between circle and ray does not show

Status in Dr. Geo II:
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/drgeo/+bug/1798830/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]