C# Class CSharpGL.ChainModel

链条。若干个点用直线连接起来。
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
ChainModel ( int pointCount = 10, int length = 5, int width = 5, int height = 5 ) : System

链条。若干个点用直线连接起来。

ToString ( ) : string

Method Details

ChainModel() public method

链条。若干个点用直线连接起来。
public ChainModel ( int pointCount = 10, int length = 5, int width = 5, int height = 5 ) : System
pointCount int 有多少个点
length int 点的范围(长度)
width int 点的范围(宽度)
height int 点的范围(高度)
return System

ToString() public method

public ToString ( ) : string
return string