C# Class JoystickTracker, KerbTrack

Inheritance: ITracker
Mostrar archivo Open project: pizzaoverhead/KerbTrack

Public Methods

Method Description
GetData ( Vector3 &rot, Vector3 &pos ) : void
GetFlightCamData ( Vector2 &rot ) : void
JoystickTracker ( ) : System
ResetOrientation ( ) : void

Private Methods

Method Description
Deadzone ( float val ) : float

Method Details

GetData() public method

public GetData ( Vector3 &rot, Vector3 &pos ) : void
rot Vector3
pos Vector3
return void

GetFlightCamData() public method

public GetFlightCamData ( Vector2 &rot ) : void
rot Vector2
return void

JoystickTracker() public method

public JoystickTracker ( ) : System
return System

ResetOrientation() public method

public ResetOrientation ( ) : void
return void