C# 클래스 MIConvexHull.ConvexHullComputationConfig

Configuration of the convex hull computation.
파일 보기 프로젝트 열기: gusmanb/MIConvexHull 1 사용 예제들

공개 메소드들

메소드 설명
ConvexHullComputationConfig ( ) : System

Create the config with default values set.

RandomShiftByRadius ( double radius = 0.000001, int randomSeed ) : Func

Creates values in range (-radius / 2, radius / 2)

비공개 메소드들

메소드 설명
Closure ( double radius, Random rnd ) : Func

메소드 상세

ConvexHullComputationConfig() 공개 메소드

Create the config with default values set.
public ConvexHullComputationConfig ( ) : System
리턴 System

RandomShiftByRadius() 공개 정적인 메소드

Creates values in range (-radius / 2, radius / 2)
public static RandomShiftByRadius ( double radius = 0.000001, int randomSeed ) : Func
radius double
randomSeed int If null, initialized to random default System.Random value
리턴 Func