BASS.NET API for the Un4seen BASS Audio Library

BASS_3DVECTOR Class

BASS.NET API for the Un4seen BASS Audio Library
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_3DVECTOR

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_3DVECTOR

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
Top
Methods

  NameDescription
Public methodToString
The 3D vector as a descriptive string (X=, Y=, Z=).
(Overrides ObjectToString.)
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)
Top
Remarks

The left-handed coordinate system is used.
See Also

Reference