C# Class GrafitiDemo.RemovingLinkGR

Inheritance: Grafiti.GlobalGestureRecognizer
Show file Open project: nuigroup/grafiti

Public Methods

Method Description
Process ( List traces ) : void
RemovingLinkGR ( ) : System
RemovingLinkGR ( GRConfiguration configuration ) : System

Private Methods

Method Description
Intersect ( float l1x1, float l1y1, float l1x2, float l1y2, float l2x1, float l2y1, float l2x2, float l2y2 ) : bool
Multiply ( float x1, float y1, float x2, float y2, float x0, float y0 ) : float

Method Details

Process() public method

public Process ( List traces ) : void
traces List
return void

RemovingLinkGR() public method

public RemovingLinkGR ( ) : System
return System

RemovingLinkGR() public method

public RemovingLinkGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
return System