C# Класс CascadeSharp.TKGeomAlgo.IntPolyh.IntPolyh_Couple

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Angle() публичный Метод

public Angle ( ) : double
Результат double

Dump() публичный Метод

public Dump ( int v ) : void
v int
Результат void

FirstValue() публичный Метод

public FirstValue ( ) : int
Результат int

HashCode() публичный Метод

public HashCode ( int theUpperBound ) : int
theUpperBound int
Результат int

IntPolyh_Couple() публичный Метод

public IntPolyh_Couple ( ) : System
Результат System

IntPolyh_Couple() публичный Метод

public IntPolyh_Couple ( IntPolyh_Couple parameter1 ) : System
parameter1 IntPolyh_Couple
Результат System

IntPolyh_Couple() публичный Метод

public IntPolyh_Couple ( int theTriangle1, int theTriangle2 ) : System
theTriangle1 int
theTriangle2 int
Результат System

IntPolyh_Couple() публичный Метод

public IntPolyh_Couple ( int theTriangle1, int theTriangle2, double theAngle ) : System
theTriangle1 int
theTriangle2 int
theAngle double
Результат System

IsAnalyzed() публичный Метод

public IsAnalyzed ( ) : bool
Результат bool

IsEqual() публичный Метод

public IsEqual ( IntPolyh_Couple theOther ) : bool
theOther IntPolyh_Couple
Результат bool

SecondValue() публичный Метод

public SecondValue ( ) : int
Результат int

SetAnalyzed() публичный Метод

public SetAnalyzed ( bool theAnalyzed ) : void
theAnalyzed bool
Результат void

SetAngle() публичный Метод

public SetAngle ( double theAngle ) : void
theAngle double
Результат void

SetCoupleValue() публичный Метод

public SetCoupleValue ( int theInd1, int theInd2 ) : void
theInd1 int
theInd2 int
Результат void