note
	description: "A complexe gesture similar to a template"
	author: "Louis Marchand"
	date: "Fri, 17 Apr 2015 17:55:32 +0000"
	revision: "2.0"

class interface
	GAME_DOLLAR_GESTURE

create 
	make

feature -- Access

	template_hash: INTEGER_64
			-- The quasi-unique hash of the dollar gesture template that is the closest to Current

	difference: REAL_32
			-- The distance (error) between Current and the dollar gesture template (The lower the closest)
	
end -- class GAME_DOLLAR_GESTURE

Generated by ISE EiffelStudio