Uses of Class
org.jouvieje.fmodex.structures.FMOD_VECTOR

Packages that use FMOD_VECTOR
org.jouvieje.fmoddesigner   
org.jouvieje.fmodex   
org.jouvieje.fmodex.structures   
 

Uses of FMOD_VECTOR in org.jouvieje.fmoddesigner
 

Methods in org.jouvieje.fmoddesigner with parameters of type FMOD_VECTOR
 FMOD_RESULT EventReverb.set3DAttributes(FMOD_VECTOR position, float mindistance, float maxdistance)
           
 FMOD_RESULT EventReverb.get3DAttributes(FMOD_VECTOR position, java.nio.FloatBuffer mindistance, java.nio.FloatBuffer maxdistance)
           
 FMOD_RESULT Event.set3DAttributes(FMOD_VECTOR position, FMOD_VECTOR velocity, FMOD_VECTOR orientation)
           
 FMOD_RESULT Event.get3DAttributes(FMOD_VECTOR position, FMOD_VECTOR velocity, FMOD_VECTOR orientation)
           
 FMOD_RESULT EventSystem.set3DListenerAttributes(int listener, FMOD_VECTOR pos, FMOD_VECTOR vel, FMOD_VECTOR forward, FMOD_VECTOR up)
           
 FMOD_RESULT EventSystem.get3DListenerAttributes(int listener, FMOD_VECTOR pos, FMOD_VECTOR vel, FMOD_VECTOR forward, FMOD_VECTOR up)
           
 

Uses of FMOD_VECTOR in org.jouvieje.fmodex
 

Methods in org.jouvieje.fmodex with parameters of type FMOD_VECTOR
 FMOD_RESULT Reverb.set3DAttributes(FMOD_VECTOR position, float mindistance, float maxdistance)
           
 FMOD_RESULT Reverb.get3DAttributes(FMOD_VECTOR position, java.nio.FloatBuffer mindistance, java.nio.FloatBuffer maxdistance)
           
 FMOD_RESULT Geometry.addPolygon(float directocclusion, float reverbocclusion, boolean doublesided, int numvertices, FMOD_VECTOR[] vertices, java.nio.IntBuffer polygonindex)
           
 FMOD_RESULT Geometry.setPolygonVertex(int index, int vertexindex, FMOD_VECTOR vertex)
           
 FMOD_RESULT Geometry.getPolygonVertex(int index, int vertexindex, FMOD_VECTOR vertex)
           
 FMOD_RESULT Geometry.setRotation(FMOD_VECTOR forward, FMOD_VECTOR up)
           
 FMOD_RESULT Geometry.getRotation(FMOD_VECTOR forward, FMOD_VECTOR up)
           
 FMOD_RESULT Geometry.setPosition(FMOD_VECTOR position)
           
 FMOD_RESULT Geometry.getPosition(FMOD_VECTOR position)
           
 FMOD_RESULT Geometry.setScale(FMOD_VECTOR scale)
           
 FMOD_RESULT Geometry.getScale(FMOD_VECTOR scale)
           
 FMOD_RESULT ChannelGroup.override3DAttributes(FMOD_VECTOR pos, FMOD_VECTOR vel)
           
 FMOD_RESULT Channel.set3DAttributes(FMOD_VECTOR pos, FMOD_VECTOR vel)
           
 FMOD_RESULT Channel.get3DAttributes(FMOD_VECTOR pos, FMOD_VECTOR vel)
           
 FMOD_RESULT Channel.set3DConeOrientation(FMOD_VECTOR orientation)
           
 FMOD_RESULT Channel.get3DConeOrientation(FMOD_VECTOR orientation)
           
 FMOD_RESULT Channel.set3DCustomRolloff(FMOD_VECTOR points, int numpoints)
           
 FMOD_RESULT Channel.get3DCustomRolloff(FMOD_VECTOR points, java.nio.IntBuffer numpoints)
           
 FMOD_RESULT Sound.set3DCustomRolloff(FMOD_VECTOR points, int numpoints)
           
 FMOD_RESULT Sound.get3DCustomRolloff(FMOD_VECTOR points, java.nio.IntBuffer numpoints)
           
 FMOD_RESULT System.set3DListenerAttributes(int listener, FMOD_VECTOR pos, FMOD_VECTOR vel, FMOD_VECTOR forward, FMOD_VECTOR up)
           
 FMOD_RESULT System.get3DListenerAttributes(int listener, FMOD_VECTOR pos, FMOD_VECTOR vel, FMOD_VECTOR forward, FMOD_VECTOR up)
           
 FMOD_RESULT System.getGeometryOcclusion(FMOD_VECTOR listener, FMOD_VECTOR source, java.nio.FloatBuffer direct, java.nio.FloatBuffer reverb)
           
 

Uses of FMOD_VECTOR in org.jouvieje.fmodex.structures
 

Methods in org.jouvieje.fmodex.structures that return FMOD_VECTOR
static FMOD_VECTOR FMOD_VECTOR.allocate(float x, float y, float z)
          Create a new FMOD_VECTOR.
static FMOD_VECTOR FMOD_VECTOR.asFMOD_VECTOR(Pointer pointer)
          Create a view of the Pointer object as a FMOD_VECTOR object.
static FMOD_VECTOR[] FMOD_VECTOR.allocate(int length)
          Allocate and initialize a new FMOD_VECTOR[].
static FMOD_VECTOR FMOD_VECTOR.allocate()
          Allocate a new FMOD_VECTOR.
 

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



NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)