GazeUtils ClassC# SDK for The Eye Tribe Tracker
Utility methods common to gaze control routines.
Inheritance Hierarchy
System Object
  TETCSharpClient GazeUtils

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GazeUtils

The GazeUtils type exposes the following members.

Constructors
  NameDescription
Public methodGazeUtils
Initializes a new instance of the GazeUtils class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic membergetDistancePoint2D
Calculates distance between two points.
Public methodStatic membergetEyesCenterNormalized(GazeData)
Find average pupil center of two eyes.
Public methodStatic membergetEyesCenterNormalized(Eye, Eye)
Find average pupil center of two eyes.
Public methodStatic membergetEyesCenterPixels(GazeData, Int32, Int32)
Find average pupil center of two eyes.
Public methodStatic membergetEyesCenterPixels(Eye, Eye, Int32, Int32)
Find average pupil center of two eyes.
Public methodStatic membergetEyesDistanceNormalized(GazeData)
Calculates distance between pupil centers based on previously recorded min and max values
Public methodStatic membergetEyesDistanceNormalized(Eye, Eye)
Calculates distance between pupil centers based on previously recorded min and max values
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic membergetNormalizedCoords
Normalizes a pixel point based on screen dims
Public methodStatic membergetNormalizedMapping
Maps a 2d pixel point into normalized space [x: -1:1 , y: -1:1]
Public methodStatic membergetRelativeToScreenSpace
Converts a relative point to screen point in pixels
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also