Method | Description | |
---|---|---|
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)
|
Method | Description | |
---|---|---|
Closure ( double radius, |
public ConvexHullComputationConfig ( ) : System | ||
return | System |
public static RandomShiftByRadius ( double radius = 0.000001, int randomSeed ) : Func |
||
radius | double | |
randomSeed | int | If null, initialized to random default System.Random value |
return | Func |