S2ClosestPointQuery.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)
  2. void findClosestPoints(Target target, Result[] results)
    class S2ClosestPointQuery(Data)
    void
    findClosestPoints

Meta