JuliaGeometry/Descartes.jl

Differentiable Geometry

sjkelly opened this issue · 0 comments

Currently ForwardDiff does not like the use of max for set operations. There are two approaches I can think of:

  • Use ADF which should give smooth approximations using the trilinear interpolations
  • Implement some sort of API for requesting a Ck continuous function from FRep

This is blocking the use of DualContours on FRep