接口 SupportBallGenerator<S extends Space,P extends Point<S>>

类型参数:
S - 空间类型。
P - 点类型。
所有已知实现类:
DiskGenerator, SphereGenerator

public interface SupportBallGenerator<S extends Space,P extends Point<S>>
基于支持点生成球的接口。

此生成器用于Emo Welzl算法及其衍生算法中。

另请参阅:
  • 方法概要

    修饰符和类型
    方法
    说明
    ballOnSupport(List<P> support)
    创建边界位于指定支持点上的球。
  • 方法详细资料

    • ballOnSupport

      EnclosingBall<S,P> ballOnSupport(List<P> support)
      创建边界位于指定支持点上的球。
      参数:
      support - 支持点(可以为空)
      返回:
      边界位于指定支持点上的球