#16625: projection_direction broken for polytopes
----------------------------+------------------------
       Reporter:  kcrisman  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  major     |    Milestone:  sage-6.3
      Component:  geometry  |   Resolution:
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+------------------------

Comment (by kcrisman):

 > Polyhedra have a `schlegel_projection` method, and not a `schlegel`
 method. The internally used `Projection` class has a `schlegel` method.
 Yes, there was some confusion in my mind earlier...

 As to your comment on the ask.sagemath question, unfortunately the
 following is still in
 
[http://www.sagemath.org/doc/reference/geometry/sage/geometry/polyhedron/plot.html#sage.geometry.polyhedron.plot.render_4d
 the documentation].
 {{{
 sage: poly = polytopes.twenty_four_cell()
 sage: poly
 A 4-dimensional polyhedron in QQ^4 defined as the convex hull of 24
 vertices
 sage: poly.show()
 sage: poly.show(projection_direction=[2,5,11,17])
 }}}
 So if that is not supposed to be used in that way, it was missed whenever
 those methods changed.  There is also no deprecation information given.

--
Ticket URL: <http://trac.sagemath.org/ticket/16625#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to