Uses of Class
com.threerings.math.Vector4f

Packages that use Vector4f
com.threerings.math Model and animation configurations. 
com.threerings.opengl.camera   
com.threerings.opengl.material   
com.threerings.opengl.renderer   
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of Vector4f in com.threerings.math
 

Methods in com.threerings.math that return Vector4f
 Vector4f Vector4f.set(float[] values)
          Sets all of the elements of the vector.
 Vector4f Vector4f.set(FloatBuffer buf)
          Sets all of the elements of the vector.
 Vector4f Vector4f.set(float x, float y, float z, float w)
          Sets all of the elements of the vector.
 Vector4f Vector4f.set(Vector4f other)
          Copies the elements of another vector.
 

Methods in com.threerings.math with parameters of type Vector4f
 boolean Vector4f.epsilonEquals(Vector4f other, float epsilon)
          Compares this vector to another with the provided epsilon.
 Vector4f Vector4f.set(Vector4f other)
          Copies the elements of another vector.
 

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

Uses of Vector4f in com.threerings.opengl.camera
 

Methods in com.threerings.opengl.camera with parameters of type Vector4f
 void Camera.getTexGenPlanes(Vector4f s, Vector4f t, Vector4f q)
          Populates the supplied vectors with texture coordinate generation planes corresponding to the camera projection state.
 

Uses of Vector4f in com.threerings.opengl.material
 

Methods in com.threerings.opengl.material that return Vector4f
 Vector4f Projection.getGenPlaneQ()
          Returns a reference to the q texture coordinate generation plane.
 Vector4f Projection.getGenPlaneR()
          Returns a reference to the r texture coordinate generation plane.
 Vector4f Projection.getGenPlaneS()
          Returns a reference to the s texture coordinate generation plane.
 Vector4f Projection.getGenPlaneT()
          Returns a reference to the t texture coordinate generation plane.
 

Uses of Vector4f in com.threerings.opengl.renderer
 

Fields in com.threerings.opengl.renderer declared as Vector4f
 Vector4f TextureUnit.genPlaneQ
          The q texture coordinate generation plane.
 Vector4f TextureUnit.genPlaneR
          The r texture coordinate generation plane.
 Vector4f TextureUnit.genPlaneS
          The s texture coordinate generation plane.
 Vector4f TextureUnit.genPlaneT
          The t texture coordinate generation plane.
 Vector4f Light.position
          The position or direction of the light.
 Vector4f Program.Vector4fUniform.value
          The vector value.
 

Constructors in com.threerings.opengl.renderer with parameters of type Vector4f
Program.Vector4fUniform(int location, Vector4f value)
          Creates a new vector uniform with the specified location and value.
 

Uses of Vector4f in com.threerings.opengl.renderer.config
 

Methods in com.threerings.opengl.renderer.config with parameters of type Vector4f
abstract  int TextureCoordGenConfig.getModeAndPlane(Vector4f plane)
          Returns the OpenGL constant for the mode and populates the supplied object with the plane coefficients (if applicable).
 int TextureCoordGenConfig.ObjectLinear.getModeAndPlane(Vector4f plane)
           
 int TextureCoordGenConfig.EyeLinear.getModeAndPlane(Vector4f plane)
           
 int TextureCoordGenConfig.SphereMap.getModeAndPlane(Vector4f plane)
           
 int TextureCoordGenConfig.NormalMap.getModeAndPlane(Vector4f plane)
           
 int TextureCoordGenConfig.ReflectionMap.getModeAndPlane(Vector4f plane)
           
 



Copyright © 2011. All Rights Reserved.