GazeUtils getNormalizedMapping Method C# SDK for The Eye Tribe Tracker
Maps a 2d pixel point into normalized space [x: -1:1 , y: -1:1]

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Point2D getNormalizedMapping(
	Point2D point,
	int screenWidth,
	int screenHeight
)

Parameters

point
Type: TETCSharpClient.Data Point2D
point in pixels to normalize
screenWidth
Type: System Int32
the width value to base normalization upon
screenHeight
Type: System Int32
the height value to base normalization upon

Return Value

Type: Point2D
normalized 2d point
See Also