Module truck_geometry::base::algo::surface

source ·
Expand description

surface algorithms

Functions§

  • Creates the surface division
  • Divides the domain into equal parts, examines all the values, and returns (u, v) such that surface.subs(u, v) is closest to point. This method is useful to get an efficient hint of search_nearest_parameter.
  • Searches the nearest parameter by Newton’s method.
  • Searches the parameter by Newton’s method.
  • Searches the parameter by Newton’s method.