 | 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)
Syntaxpublic Vector(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
public:
Vector(
float x,
float y,
float z
)
new :
x : float32 *
y : float32 *
z : float32 -> Vector
Parameters
- x
- Type: SystemSingle
The X value - y
- Type: SystemSingle
The Y value - z
- Type: SystemSingle
The Z value
See Also