A B C D E F G H I L M N O P Q R S T U V W X Y Z

S

scale(float, float, float) - Method in class es.ucm.look.ar.math.geom.Matrix3
Scales the matrix with the given factors
scale(Point3) - Method in class es.ucm.look.ar.math.geom.Point3
Scales the point, multiplying the current coordinates with the given scale
scale(float) - Method in class es.ucm.look.ar.math.geom.Vector3
Scales the vector
SCALE - Static variable in class es.ucm.look.locationProvider.map.Mapa
Scale factor
sendResponse1(String) - Method in interface es.ucm.look.data.remote.restful.IRemoteServiceCallback
 
sendResponse2(String) - Method in interface es.ucm.look.data.remote.restful.IRemoteServiceCallback
 
sendResponse3(String) - Method in interface es.ucm.look.data.remote.restful.IRemoteServiceCallback
 
ServiceManager - Class in es.ucm.look.data.remote.restful
The ServiceManager is the one who connect the service and manage their Callbacks
ServiceManager(Context) - Constructor for class es.ucm.look.data.remote.restful.ServiceManager
Constructor class
ServiceManager.RestfulServiceConnection - Class in es.ucm.look.data.remote.restful
To do the Connection in the service with the callbaks
ServiceManager.RestfulServiceConnection() - Constructor for class es.ucm.look.data.remote.restful.ServiceManager.RestfulServiceConnection
 
set(float[]) - Method in class es.ucm.look.ar.math.geom.Matrix3
 
set(float, float, float) - Method in class es.ucm.look.ar.math.geom.Point3
Sets point coordinates
set(float[]) - Method in class es.ucm.look.ar.math.geom.Point3
 
set(Point3) - Method in class es.ucm.look.ar.math.geom.Point3
Copies the coordinates of the given point
set(float, float, float) - Method in class es.ucm.look.ar.math.geom.Vector3
 
set(Point3, Point3) - Method in class es.ucm.look.ar.math.geom.Vector3
Creates a vector from point p1 to point p2
set(float, float, float, float, float, float) - Method in class es.ucm.look.ar.math.geom.Vector3
Creates the vector form point defined by (x1, y1, z1) to point defined by (x2, y2, z2)
setActionListener(ActionListener) - Method in class es.ucm.look.ar.hud.Button
 
setCamera(GL10) - Method in class es.ucm.look.ar.ar3D.core.camera.Camera3D
 
setCamera(GL10) - Method in class es.ucm.look.ar.ar3D.core.camera.OrientedCamera
 
setCamera(Camera3D) - Method in class es.ucm.look.ar.ar3D.Renderer3D
 
setCameraListening(boolean) - Method in class es.ucm.look.ar.ar2D.AR2D
 
setCameraParameters(Camera, int, int) - Static method in class es.ucm.look.ar.util.CameraParametersHelper
 
setDataHandler(DataHandler) - Method in class es.ucm.look.data.LookData
 
setDevA(float[]) - Static method in class es.ucm.look.locationProvider.DeviceSensor
Set the accelerometer sample values and calibrate the data if required * @param raw The raw output from accelerometer
setDevM(float[]) - Static method in class es.ucm.look.locationProvider.DeviceSensor
Set the magnetic sample values and calibrate the data if required
setDevO(float[]) - Static method in class es.ucm.look.locationProvider.DeviceSensor
 
setDirectory(String) - Method in class es.ucm.look.data.filesManager.LookFilesManager
Set the basis directory for the file manager
setDistance(float) - Method in class es.ucm.look.data.LookData
Sets the maximum distance for an element to be added into the world
setDrawable(Mesh3D) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
Sets the drawable for this entity
setDrawable2D(Drawable2D) - Method in class es.ucm.look.data.WorldEntity
 
setDrawable3D(Drawable3D) - Method in class es.ucm.look.data.WorldEntity
 
setEnable(boolean) - Method in class es.ucm.look.data.WorldEntity
Sets if this entity is enabled to receive events
setFileName(String) - Method in class es.ucm.look.locationProviderWifi.util.DeviceReader
 
setFileName(String) - Method in class es.ucm.look.locationProviderWifi.util.DeviceWriter
 
setFilesURL(String) - Method in class es.ucm.look.data.remote.ConfigNet
To change the URL files directory.
setFocusable(boolean) - Method in class es.ucm.look.data.WorldEntity
Sets if this entity is focusable
setHandler(Handler) - Method in class es.ucm.look.data.remote.restful.ServiceManager
Set the handler to retrive the Callbacks to an application
setId(int) - Method in class es.ucm.look.data.EntityData
 
setId(int) - Method in class es.ucm.look.data.LookData
 
setId(int) - Method in class es.ucm.test.look.data.util.ClientConfig
 
setIdentity() - Method in class es.ucm.look.ar.math.geom.Matrix3
Sets the identity for this matrix
setLighted(boolean) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
Sets whether entity is affect by light
setLocation(float, float, float) - Method in class es.ucm.look.data.EntityData
Sets the location for this entity
setLocation(Point3) - Method in class es.ucm.look.data.World
Sets the location for the user in the world
setMaterial(Color4) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
Sets entity's material
setNetConfiguration(String, String) - Static method in class es.ucm.look.data.remote.ConfigNet
Sets the server configuration
setNormalBuffer(FloatBuffer) - Method in class es.ucm.look.ar.ar3D.core.drawables.Mesh3D
 
setPath(String) - Method in class es.ucm.look.locationProviderWifi.util.DeviceReader
 
setPath(String) - Method in class es.ucm.look.locationProviderWifi.util.DeviceWriter
 
setPoint(Point3) - Method in class es.ucm.look.ar.ar3D.core.drawables.primitives.PointPrimitive
 
setPosition(Point3) - Method in class es.ucm.look.ar.ar3D.core.camera.Camera3D
 
setPressed(boolean) - Method in class es.ucm.look.ar.hud.Button
 
setProperties(Map<String, String>) - Method in class es.ucm.look.data.EntityData
Sets the properties for this entity
setPropertyValue(String, String) - Method in class es.ucm.look.data.EntityData
Sets a the property value for the given key
setRadius(float) - Method in class es.ucm.look.data.WorldEntity
 
setServerURL(String) - Method in class es.ucm.look.data.remote.ConfigNet
To change the server url.
setServiceManager(ServiceManager) - Method in class es.ucm.look.data.LookData
 
setServiceManager(ServiceManager) - Method in class es.ucm.test.look.data.util.ApplicationState
 
setTexture(int) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
Sets the texture for this entity
setTexture(String) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
Sets the texture for this entity
setTexture(Bitmap) - Method in class es.ucm.look.ar.ar3D.core.drawables.Entity3D
 
setTouchable(boolean) - Method in class es.ucm.look.data.WorldEntity
Sets if this entity is touchable.
setVector(float, float, float) - Method in class es.ucm.look.ar.math.geom.Ray
 
setVertexBuffer(FloatBuffer) - Method in class es.ucm.look.ar.ar3D.core.drawables.Mesh3D
 
setVisible(boolean) - Method in class es.ucm.look.data.WorldEntity
Sets if this entity is visible
setWorld(World) - Method in class es.ucm.look.ar.LookAR
Sets the world to be represented by this activity
setWorld(World) - Method in class es.ucm.look.data.LookData
 
setWorldEntityFactory(WorldEntityFactory) - Method in class es.ucm.look.data.LookData
 
SphericalArmature - Class in es.ucm.look.ar.math.collision
A Spherical Armature.
SphericalArmature(Point3, float) - Constructor for class es.ucm.look.ar.math.collision.SphericalArmature
Constructs a spherical armature from its center and its radius
SphericalDebugArmature - Class in es.ucm.look.ar.math.collision.debug
 
SphericalDebugArmature(Point3, float) - Constructor for class es.ucm.look.ar.math.collision.debug.SphericalDebugArmature
 
square - Static variable in class es.ucm.look.data.R.raw
 
square(int) - Static method in class es.ucm.look.locationProvider.Util
 
square(float) - Static method in class es.ucm.look.locationProvider.Util
 
square(double) - Static method in class es.ucm.look.locationProvider.Util
 
SquareArmature - Class in es.ucm.look.ar.math.collision
 
SquareArmature(Point3, Point3, Point3, Point3) - Constructor for class es.ucm.look.ar.math.collision.SquareArmature
Constructs a square armature from 4 points.
SquareDebugArmature - Class in es.ucm.look.ar.math.collision.debug
 
SquareDebugArmature(Point3, Point3, Point3, Point3) - Constructor for class es.ucm.look.ar.math.collision.debug.SquareDebugArmature
 
SquarePrimitive - Class in es.ucm.look.ar.ar3D.core.drawables.primitives
 
SquarePrimitive() - Constructor for class es.ucm.look.ar.ar3D.core.drawables.primitives.SquarePrimitive
 
start() - Method in class es.ucm.look.location.LocationManager
Run the selected location systems
start(Context) - Method in class es.ucm.look.locationProviderWifi.WifiLocation
Initialize and starts location service.
start() - Method in class es.ucm.look.locationProviderWifi.WifiService
 
startLocation(int, boolean, boolean) - Method in class es.ucm.look.data.LookData
Starts the location provider
startPositioning() - Static method in class es.ucm.look.locationProvider.Positioning
 
startService() - Method in class es.ucm.look.data.remote.restful.ServiceManager
To start the service
stop() - Method in class es.ucm.look.location.LocationManager
Stops the running location systems
stop() - Method in class es.ucm.look.locationProviderWifi.WifiLocation
Stops the location service.
stop() - Method in class es.ucm.look.locationProviderWifi.WifiService
 
stopLocation() - Method in class es.ucm.look.data.LookData
Stops location
stopPositioning() - Static method in class es.ucm.look.locationProvider.Positioning
 
stopService() - Method in class es.ucm.look.data.remote.restful.ServiceManager
To stop the service
subtract(Point3) - Method in class es.ucm.look.ar.math.geom.Point3
Subtracts the point's coordinates
sun_texture - Static variable in class es.ucm.look.data.R.drawable
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class es.ucm.look.ar.LookAR
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class es.ucm.look.ar.Preview
 
surfaceCreated(SurfaceHolder) - Method in class es.ucm.look.ar.LookAR
 
surfaceCreated(SurfaceHolder) - Method in class es.ucm.look.ar.Preview
 
surfaceDestroyed(SurfaceHolder) - Method in class es.ucm.look.ar.LookAR
 
surfaceDestroyed(SurfaceHolder) - Method in class es.ucm.look.ar.Preview
 

A B C D E F G H I L M N O P Q R S T U V W X Y Z