A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Vector3D — Class in package org.flintparticles.threeD.geom
Vector3D represents a vector or a point in three-dimensional cartesian coordinate space.
Vector3D(x, y, z, w) — Constructor in class org.flintparticles.threeD.geom.Vector3D
Constructor
Vector3DFromA3D(v) — Static method in class org.flintparticles.threeD.away3d.utils.Convert
Convert an Away3D Number3D object to a Flint Vector3D object.
Vector3DFromPV3D(v) — Static method in class org.flintparticles.threeD.papervision3d.utils.Convert
Convert an Papervision3D Number3D object to a Flint Vector3D object.
Vector3DToA3D(v:org.flintparticles.threeD.geom:Vector3D) — Static method in class org.flintparticles.threeD.away3d.utils.Convert
Convert a Flint Vector3D object to an Away3D Number3D object.
Vector3DToPV3D(v:org.flintparticles.threeD.geom:Vector3D) — Static method in class org.flintparticles.threeD.papervision3d.utils.Convert
Convert a Flint Vector3D object to an Papervision3D Number3D object.
Vector3DUtils — Class in package org.flintparticles.threeD.geom
velocity — Property in class org.flintparticles.threeD.activities.MoveEmitter
The x coordinate of the velocity to move the emitter, in pixels per second
velocity — Property in class org.flintparticles.threeD.particles.Particle3D
The velocity of the particle (in the renderer's units per second).
Velocity — Class in package org.flintparticles.threeD.initializers
The ColorInit Initializer sets the velocity of the particle.
Velocity — Class in package org.flintparticles.twoD.initializers
The ColorInit Initializer sets the velocity of the particle.
Velocity(zone:org.flintparticles.threeD.zones:Zone3D) — Constructor in class org.flintparticles.threeD.initializers.Velocity
The constructor creates a Velocity initializer for use by an emitter.
Velocity(zone:org.flintparticles.twoD.zones:Zone2D) — Constructor in class org.flintparticles.twoD.initializers.Velocity
The constructor creates a Velocity initializer for use by an emitter.
velX — Property in class org.flintparticles.twoD.particles.Particle2D
The x coordinate of the velocity of the particle in pixels per second.
velY — Property in class org.flintparticles.twoD.particles.Particle2D
The y coordinate of the velocity of the particle in pixels per second.
viewRect — Property in class org.flintparticles.threeD.zones.FrustrumZone
The rectangle describing the size and position of the viewing window.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z