BASS.NET API for the Un4seen BASS Audio LibraryBASS_3DVECTOR MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_3DVECTOR type exposes the following members.
Constructors

  NameDescription
Public methodBASS_3DVECTOR 
Default constructor.
Public methodBASS_3DVECTOR(Single, Single, Single)
constructor to initialize the members
Back to Top
Methods

  NameDescription
Public methodToString
The 3D vector as a descriptive string (X=, Y=, Z=).
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldx
+values=right, -values=left (default=0)
Public fieldy
+values=up, -values=down (default=0)
Public fieldz
+values=front, -values=behind (default=0)
Back to Top
See Also