Recent content by cr34m3

  1. C

    Fitting a convex polytope into another convex polytope

    Hi, I am presently writing Python code to solve the following problem; fit the largest volume polytope (P1), with a given number of faces, into a known other polytope (P2) (with more faces than the one being fitted inside). Both polytopes are convex and are described by the feasible region of...
  2. C

    Tiling the faces of a polygon/polytope

    (This topic is related to computational geometry - I hope this is the correct forum :) ) What I would like to achieve is the generation of a mesh of data points (of some resolution) on the faces of a polygon/polytope. I specifically need points ON the faces as I would like to do a...
Back
Top