dr-geo
[Top][All Lists]
Advanced

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

[Dr. Geo] [Bug 1798830] Re: Intersection point between circle and ray do


From: hilaire
Subject: [Dr. Geo] [Bug 1798830] Re: Intersection point between circle and ray does not show
Date: Sun, 17 Feb 2019 08:53:34 -0000

** Changed in: drgeo
       Status: New => Opinion

-- 
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:
  Opinion

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]