GazeUtils getDistancePoint2D Method C# SDK for The Eye Tribe Tracker
Calculates distance between two points.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double getDistancePoint2D(
	Point2D a,
	Point2D b
)

Parameters

a
Type: TETCSharpClient.Data Point2D

[Missing <param name="a"/> documentation for "M:TETCSharpClient.GazeUtils.getDistancePoint2D(TETCSharpClient.Data.Point2D,TETCSharpClient.Data.Point2D)"]

b
Type: TETCSharpClient.Data Point2D

[Missing <param name="b"/> documentation for "M:TETCSharpClient.GazeUtils.getDistancePoint2D(TETCSharpClient.Data.Point2D,TETCSharpClient.Data.Point2D)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:TETCSharpClient.GazeUtils.getDistancePoint2D(TETCSharpClient.Data.Point2D,TETCSharpClient.Data.Point2D)"]

See Also