Utility methods common to gaze control routines.
            
 Inheritance Hierarchy
Inheritance HierarchyAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxThe GazeUtils type exposes the following members.
 Constructors
Constructors Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|   | getDistancePoint2D | 
            Calculates distance between two points.
             | 
|   | getEyesCenterNormalized(GazeData) | 
            Find average pupil center of two eyes.
             | 
|   | getEyesCenterNormalized(Eye, Eye) | 
            Find average pupil center of two eyes.
             | 
|   | getEyesCenterPixels(GazeData, Int32, Int32) | 
            Find average pupil center of two eyes.
             | 
|   | getEyesCenterPixels(Eye, Eye, Int32, Int32) | 
            Find average pupil center of two eyes.
             | 
|   | getEyesDistanceNormalized(GazeData) | 
            Calculates distance between pupil centers based on previously
            recorded min and max values
             | 
|   | getEyesDistanceNormalized(Eye, Eye) | 
            Calculates distance between pupil centers based on previously
            recorded min and max values
             | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|   | getNormalizedCoords | 
            Normalizes a pixel point based on screen dims
             | 
|   | getNormalizedMapping | 
            Maps a 2d pixel point into normalized space [x: -1:1 , y: -1:1]
             | 
|   | getRelativeToScreenSpace | 
            Converts a relative point to screen point in pixels
             | 
|  | GetType | Gets the type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also