Click or drag to resize
Vector Constructor
Initializes a new instance of the Vector structure.

Namespace:  TeamSpeak.Sdk
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public Vector(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
The X value
y
Type: SystemSingle
The Y value
z
Type: SystemSingle
The Z value
See Also