Click or drag to resize
Vector Structure
A vector in 3D space

Namespace:  TeamSpeak.Sdk
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public struct Vector

The Vector type exposes the following members.

Constructors
  NameDescription
Public methodVector
Initializes a new instance of the Vector structure.
Top
Methods
Fields
  NameDescription
Public fieldX
The x-coordinate of this Vector structure.
Public fieldY
The y-coordinate of this Vector structure.
Public fieldZ
The z-coordinate of this Vector structure.
Top
See Also