C# Class RobustGeometry.Test.Predicates.Test.ExpansionTests

Exibir arquivo Open project: govert/RobustGeometry.NET Class Usage Examples

Public Methods

Method Description
ExpansionSum_Checked ( double e, double f, double h ) : int
FastExpansionSumZeroElim_Checked ( int elen, double e, int flen, double f, double h ) : int

Private Methods

Method Description
Compress_Checked ( int elen, double e, double h ) : int
Compress_Simple ( ) : void
ExpansionSum_Simple ( ) : void
FastExpansionSumZeroElim_Simple ( ) : void
FastExpansionSumZeroElim_ZeroAdd ( ) : void
FastExpansionSum_Checked ( int elen, double e, int flen, double f, double h ) : int
FastExpansionSum_Simple ( ) : void
GrowExpansion_Checked ( int elen, double e, double b, double h ) : int
GrowExpansion_Simple ( ) : void
ScaleExpansionZeroElim_Simple ( ) : void

Method Details

ExpansionSum_Checked() public static method

public static ExpansionSum_Checked ( double e, double f, double h ) : int
e double
f double
h double
return int

FastExpansionSumZeroElim_Checked() public static method

public static FastExpansionSumZeroElim_Checked ( int elen, double e, int flen, double f, double h ) : int
elen int
e double
flen int
f double
h double
return int