C# Класс Grafiti.GestureRecognizers.CircleGR

Circle recognizer. The gesture can be made by one or more traces (starting and ending in a synchronized way, relatively to GROUPING_SYNCH_TIME). The algorythm will indistinctly recognize round paths covering the shape of a circonference (even passing more times on the same section). However the first and the last point of the path must be close to each other. A "bug" makes the GR to recognize as a circle also a 'C' if the path is closed enough (not much), and such that the extremes of the path are close to each other (you must draw the letter twice: forward and backward).
Наследование: Grafiti.GlobalGestureRecognizer
Показать файл Открыть проект

Открытые методы

Метод Описание
CircleGR ( ) : System
CircleGR ( GRConfiguration configuration ) : System
Process ( List traces ) : void

Приватные методы

Метод Описание
OnCircle ( int n, float x, float y, float r ) : void

Описание методов

CircleGR() публичный Метод

public CircleGR ( ) : System
Результат System

CircleGR() публичный Метод

public CircleGR ( GRConfiguration configuration ) : System
configuration Grafiti.GRConfiguration
Результат System

Process() публичный Метод

public Process ( List traces ) : void
traces List
Результат void