C# Class SampleApp.MatrixControl

Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
Clear ( ) : void
MatrixControl ( ) : System
SetMatrix ( Matrix4x4 matrix ) : void

Private Methods

Méthode Description
FormatFloat ( float floatValue ) : string
MatrixControl_Load ( object sender, EventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

MatrixControl() public méthode

public MatrixControl ( ) : System
Résultat System

SetMatrix() public méthode

public SetMatrix ( Matrix4x4 matrix ) : void
matrix Matrix4x4
Résultat void