Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Common
Triangle
C# Class Common.Triangle
Datei anzeigen
Open project: Ludde321/PlanetMaker
Public Properties
Property
Type
Description
i1
int
i2
int
i3
int
Public Methods
Method
Description
Triangle
(
int
a
,
int
b
,
int
c
) :
Common.System
Method Details
Triangle()
public
method
public
Triangle
(
int
a
,
int
b
,
int
c
) :
Common.System
a
int
b
int
c
int
return
Common.System
Property Details
i1
public_oe property
public
int
i1
return
int
i2
public_oe property
public
int
i2
return
int
i3
public_oe property
public
int
i3
return
int