#18128: Add a face truncation method to Polyhedron class
---------------------------+---------------------------------------------
   Reporter:  jipilab      |            Owner:
       Type:  enhancement  |           Status:  new
   Priority:  major        |        Milestone:  sage-6.6
  Component:  geometry     |         Keywords:  face truncation, polytope
  Merged in:               |          Authors:
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+---------------------------------------------
 Currently, it is possible to do a truncation of a polytope via the method
 ".edge_truncation()".

 See http://en.wikipedia.org/wiki/Truncation_%28geometry%29

 I currently need the notion of edge-truncation, which is achieve by
 cutting the polytope along a "well-chosen" hyperplane whose normal vector
 lies in the normal cone of the edge. This edge truncation uses only one
 edge. Not all edges at once.

 Further, one can define a face truncation similarly with the same code. I
 am implementing a method called ".face_truncation(face,
 normal_coefficient, cut_frac)" taking a face of the polytope, and two
 optional parameters to vary the angle of the cut.

 This new method makes the old method ill-named. It should be recalled
 simply "truncation" or "complete_vertex_truncation".

--
Ticket URL: <http://trac.sagemath.org/ticket/18128>
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