Uses of Class
org.jouvieje.bass.structures.BASS_3DVECTOR

Packages that use BASS_3DVECTOR
org.jouvieje.bass   
org.jouvieje.bass.structures   
 

Uses of BASS_3DVECTOR in org.jouvieje.bass
 

Methods in org.jouvieje.bass with parameters of type BASS_3DVECTOR
static boolean Bass.BASS_Set3DPosition(BASS_3DVECTOR pos, BASS_3DVECTOR vel, BASS_3DVECTOR front, BASS_3DVECTOR top)
           
static boolean Bass.BASS_Get3DPosition(BASS_3DVECTOR pos, BASS_3DVECTOR vel, BASS_3DVECTOR front, BASS_3DVECTOR top)
           
static boolean Bass.BASS_ChannelSet3DPosition(int handle, BASS_3DVECTOR pos, BASS_3DVECTOR orient, BASS_3DVECTOR vel)
           
static boolean Bass.BASS_ChannelGet3DPosition(int handle, BASS_3DVECTOR pos, BASS_3DVECTOR orient, BASS_3DVECTOR vel)
           
 

Uses of BASS_3DVECTOR in org.jouvieje.bass.structures
 

Methods in org.jouvieje.bass.structures that return BASS_3DVECTOR
static BASS_3DVECTOR BASS_3DVECTOR.create(float x, float y, float z)
          Create a new BASS_3DVECTOR.
static BASS_3DVECTOR BASS_3DVECTOR.createView(Pointer pointer)
          Create a view of the Pointer object as a BASS_3DVECTOR object.
static BASS_3DVECTOR BASS_3DVECTOR.create()
          Create a new BASS_3DVECTOR.
 

Methods in org.jouvieje.bass.structures with parameters of type BASS_3DVECTOR
 void BASS_3DVECTOR.setXYZ(BASS_3DVECTOR vector)
          X, Y & Z co-ordinate in 3D space.
 



NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)