S2ClosestPointQueryBase.findClosestPoints

This version can be more efficient when this method is called many times, since it does not require allocating a new vector on each call.

  1. Result[] findClosestPoints(Target target, Options options)
  2. void findClosestPoints(Target target, Options options, Result[] results)
    class S2ClosestPointQueryBase(Distance, Data)
    void
    findClosestPoints

Meta