Uses of Class
com.threerings.math.SphereCoords

Packages that use SphereCoords
com.threerings.math Model and animation configurations. 
com.threerings.opengl.camera   
com.threerings.tudey.config Tudey configurations. 
 

Uses of SphereCoords in com.threerings.math
 

Methods in com.threerings.math that return SphereCoords
 SphereCoords SphereCoords.lerp(SphereCoords other, float t)
          Interpolates between this and the specified other set of coordinates.
 SphereCoords SphereCoords.lerp(SphereCoords other, float t, SphereCoords result)
          Interpolates between this and the specified other set of coordinates, storing the result in the object provided.
 SphereCoords SphereCoords.lerpLocal(SphereCoords other, float t)
          Interpolates between this and the specified other set of coordinates, storing the result in this object.
 SphereCoords SphereCoords.set(float[] values)
          Sets all of the elements of the coordinates.
 SphereCoords SphereCoords.set(float azimuth, float elevation, float distance)
          Sets all of the elements of the coordinates.
 SphereCoords SphereCoords.set(SphereCoords other)
          Copies the elements of another set of coordinates.
 

Methods in com.threerings.math with parameters of type SphereCoords
 SphereCoords SphereCoords.lerp(SphereCoords other, float t)
          Interpolates between this and the specified other set of coordinates.
 SphereCoords SphereCoords.lerp(SphereCoords other, float t, SphereCoords result)
          Interpolates between this and the specified other set of coordinates, storing the result in the object provided.
 SphereCoords SphereCoords.lerpLocal(SphereCoords other, float t)
          Interpolates between this and the specified other set of coordinates, storing the result in this object.
 SphereCoords SphereCoords.set(SphereCoords other)
          Copies the elements of another set of coordinates.
 

Constructors in com.threerings.math with parameters of type SphereCoords
SphereCoords(SphereCoords other)
          Copy constructor.
 

Uses of SphereCoords in com.threerings.opengl.camera
 

Methods in com.threerings.opengl.camera that return SphereCoords
 SphereCoords OrbitCameraHandler.getCoords()
          Returns a reference to the camera's coordinates relative to the target.
 

Uses of SphereCoords in com.threerings.tudey.config
 

Fields in com.threerings.tudey.config declared as SphereCoords
 SphereCoords CameraConfig.coords
          The camera's coordinates about the target.
 

Methods in com.threerings.tudey.config with parameters of type SphereCoords
 CameraConfig CameraConfig.set(int priority, float fov, float near, float far, SphereCoords coords, Vector3f offset)
          Sets the parameters of this config.
 

Constructors in com.threerings.tudey.config with parameters of type SphereCoords
CameraConfig(int priority, float fov, float near, float far, SphereCoords coords, Vector3f offset)
          Creates a new config with the supplied values.
 



Copyright © 2011. All Rights Reserved.