BASS.NET API for the Un4seen BASS Audio Library

BASS_3DVECTOR Constructor (Single, Single, Single)

BASS.NET API for the Un4seen BASS Audio Library
constructor to initialize the members

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASS_3DVECTOR(
	float X,
	float Y,
	float Z
)

Parameters

X
Type: SystemSingle
X value (+=right, -=left)
Y
Type: SystemSingle
Y value (+=up, -=down)
Z
Type: SystemSingle
Z value (+=front, -=behind)
See Also

Reference