C# Class Voronoi.Algorithms.FortuneHelpers.MathTools

Afficher le fichier Open project: TobieD/City-Generator Class Usage Examples

Méthodes publiques

Свойство Type Description
R System.Random

Méthodes publiques

Méthode Description
CopyToArray ( ICollection L, Type T ) : Array
Dist ( double x1, double y1, double x2, double y2 ) : double
GetArray ( ) : object[]
GetIntArray ( ) : int[]
GetIntArrayConst ( int A, int n ) : int[]
GetIntArrayRange ( int A, int B ) : int[]
HighLevelSplit ( string S ) : string[]
Shuffle ( IList A ) : IList
Shuffle ( IList S, Random R, bool Copy ) : IList
Shuffle ( IList A, bool Copy ) : IList
ShuffleIList ( IList A ) : void
ShuffleIList ( IList A, Random R ) : void
ccw ( double P0x, double P0y, double P1x, double P1y, double P2x, double P2y, bool PlusOneOnZeroDegrees ) : int

Method Details

CopyToArray() public static méthode

public static CopyToArray ( ICollection L, Type T ) : Array
L ICollection
T System.Type
Résultat System.Array

Dist() public static méthode

public static Dist ( double x1, double y1, double x2, double y2 ) : double
x1 double
y1 double
x2 double
y2 double
Résultat double

GetArray() public static méthode

public static GetArray ( ) : object[]
Résultat object[]

GetIntArray() public static méthode

public static GetIntArray ( ) : int[]
Résultat int[]

GetIntArrayConst() public static méthode

public static GetIntArrayConst ( int A, int n ) : int[]
A int
n int
Résultat int[]

GetIntArrayRange() public static méthode

public static GetIntArrayRange ( int A, int B ) : int[]
A int
B int
Résultat int[]

HighLevelSplit() public static méthode

public static HighLevelSplit ( string S ) : string[]
S string
Résultat string[]

Shuffle() public static méthode

public static Shuffle ( IList A ) : IList
A IList
Résultat IList

Shuffle() public static méthode

public static Shuffle ( IList S, Random R, bool Copy ) : IList
S IList
R System.Random
Copy bool
Résultat IList

Shuffle() public static méthode

public static Shuffle ( IList A, bool Copy ) : IList
A IList
Copy bool
Résultat IList

ShuffleIList() public static méthode

public static ShuffleIList ( IList A ) : void
A IList
Résultat void

ShuffleIList() public static méthode

public static ShuffleIList ( IList A, Random R ) : void
A IList
R System.Random
Résultat void

ccw() public static méthode

public static ccw ( double P0x, double P0y, double P1x, double P1y, double P2x, double P2y, bool PlusOneOnZeroDegrees ) : int
P0x double
P0y double
P1x double
P1y double
P2x double
P2y double
PlusOneOnZeroDegrees bool
Résultat int

Property Details

R public_oe static_oe property

One static Random instance for use in the entire application
public static Random,System R
Résultat System.Random