Point3D Constructor C# SDK for The Eye Tribe Tracker
Initializes a new instance of the Point3D class

Namespace: TETCSharpClient.Data
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Point3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: System Double

[Missing <param name="x"/> documentation for "M:TETCSharpClient.Data.Point3D.#ctor(System.Double,System.Double,System.Double)"]

y
Type: System Double

[Missing <param name="y"/> documentation for "M:TETCSharpClient.Data.Point3D.#ctor(System.Double,System.Double,System.Double)"]

z
Type: System Double

[Missing <param name="z"/> documentation for "M:TETCSharpClient.Data.Point3D.#ctor(System.Double,System.Double,System.Double)"]

See Also