C# Class Tmoag.Connection

Show file Open project: tomlokhorst/ScorchedCanvas Class Usage Examples

Public Properties

Property Type Description
State List

Public Methods

Method Description
Connection ( int id ) : System
GenerateOutput ( ) : IEnumerable
SendMessage ( object obj ) : void

Private Methods

Method Description
computeOptimalAngle ( Vector v ) : double

Method Details

Connection() public method

public Connection ( int id ) : System
id int
return System

GenerateOutput() public method

public GenerateOutput ( ) : IEnumerable
return IEnumerable

SendMessage() public method

public SendMessage ( object obj ) : void
obj object
return void

Property Details

State public property

public List State
return List