C# Class CascadeSharp.TKGeomAlgo.IntPolyh.IntPolyh_Couple

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Angle ( ) : double
Dump ( int v ) : void
FirstValue ( ) : int
HashCode ( int theUpperBound ) : int
IntPolyh_Couple ( ) : System
IntPolyh_Couple ( IntPolyh_Couple parameter1 ) : System
IntPolyh_Couple ( int theTriangle1, int theTriangle2 ) : System
IntPolyh_Couple ( int theTriangle1, int theTriangle2, double theAngle ) : System
IsAnalyzed ( ) : bool
IsEqual ( IntPolyh_Couple theOther ) : bool
SecondValue ( ) : int
SetAnalyzed ( bool theAnalyzed ) : void
SetAngle ( double theAngle ) : void
SetCoupleValue ( int theInd1, int theInd2 ) : void

Method Details

Angle() public method

public Angle ( ) : double
return double

Dump() public method

public Dump ( int v ) : void
v int
return void

FirstValue() public method

public FirstValue ( ) : int
return int

HashCode() public method

public HashCode ( int theUpperBound ) : int
theUpperBound int
return int

IntPolyh_Couple() public method

public IntPolyh_Couple ( ) : System
return System

IntPolyh_Couple() public method

public IntPolyh_Couple ( IntPolyh_Couple parameter1 ) : System
parameter1 IntPolyh_Couple
return System

IntPolyh_Couple() public method

public IntPolyh_Couple ( int theTriangle1, int theTriangle2 ) : System
theTriangle1 int
theTriangle2 int
return System

IntPolyh_Couple() public method

public IntPolyh_Couple ( int theTriangle1, int theTriangle2, double theAngle ) : System
theTriangle1 int
theTriangle2 int
theAngle double
return System

IsAnalyzed() public method

public IsAnalyzed ( ) : bool
return bool

IsEqual() public method

public IsEqual ( IntPolyh_Couple theOther ) : bool
theOther IntPolyh_Couple
return bool

SecondValue() public method

public SecondValue ( ) : int
return int

SetAnalyzed() public method

public SetAnalyzed ( bool theAnalyzed ) : void
theAnalyzed bool
return void

SetAngle() public method

public SetAngle ( double theAngle ) : void
theAngle double
return void

SetCoupleValue() public method

public SetCoupleValue ( int theInd1, int theInd2 ) : void
theInd1 int
theInd2 int
return void