octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40996] voronoi diagram has no result for two


From: anonymous
Subject: [Octave-bug-tracker] [bug #40996] voronoi diagram has no result for two points
Date: Tue, 24 Dec 2013 10:08:28 +0000
User-agent: empty

URL:
  <http://savannah.gnu.org/bugs/?40996>

                 Summary: voronoi diagram has no result for two points
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 24 Dec 2013 10:08:28 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: hekawi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Instead of returning the bisector line between the given two points an empty
result is returned.
Two examples:
>>> [vx,vy]=voronoi([106, 323],[154, 151])
vx = [](2x0)
vy = [](2x0)

>>> [vx,vy]=voronoi([92, 273],[228, 163])
vx = [](2x0)
vy = [](2x0)







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40996>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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