C# Class LWisteria.StudiesOfOpenTK.DynamicData.MainWindow

最上位ウインドウ
Inheritance: System.Windows.Window
Afficher le fichier Open project: aokomoriuta/StudiesOfOpenTK Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Cube cubes ) : void

立方体を描画

Draw ( Pyramid pyramids ) : void

四角錐を描画

MainWindow ( ) : System

最上位ウインドウを作成

Private Methods

Méthode Description
CreatePointsIndices ( int count ) : uint[]

点用のインデックス配列を作成する

Method Details

Draw() public méthode

立方体を描画
public Draw ( Cube cubes ) : void
cubes Cube 描画する立方体の配列
Résultat void

Draw() public méthode

四角錐を描画
public Draw ( Pyramid pyramids ) : void
pyramids Pyramid 描画する四角錐の配列
Résultat void

MainWindow() public méthode

最上位ウインドウを作成
public MainWindow ( ) : System
Résultat System