C# Class Common.Triangle

显示文件 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