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  
target — Property in class org.flintparticles.threeD.renderers.Camera
The point that the camera looks at.
targetColor — Property in class org.flintparticles.common.actions.TargetColor
The target color.
TargetColor — Class in package org.flintparticles.common.actions
The TargetColor action adjusts the color of the particle towards a target color.
TargetColor(targetColor, rate) — Constructor in class org.flintparticles.common.actions.TargetColor
The constructor creates a TargetColor action for use by an emitter.
targetFrameRate — Property in class org.flintparticles.common.counters.PerformanceAdjusted
The frame rate that the counter should aim for.
TargetRotateVelocity — Class in package org.flintparticles.threeD.actions
The TargetRotateVelocity action adjusts the angular velocity of the particle towards the target angular velocity.
TargetRotateVelocity — Class in package org.flintparticles.twoD.actions
The TargetRotateVelocity action adjusts the angular velocity of the particle towards the target angular velocity.
TargetRotateVelocity(axis:org.flintparticles.threeD.geom:Vector3D, angVelocity, rate) — Constructor in class org.flintparticles.threeD.actions.TargetRotateVelocity
The constructor creates a TargetRotateVelocity action for use by an emitter.
TargetRotateVelocity(targetVelocity, rate) — Constructor in class org.flintparticles.twoD.actions.TargetRotateVelocity
The constructor creates a TargetRotateVelocity action for use by an emitter.
targetScale — Property in class org.flintparticles.common.actions.TargetScale
The target scale for the particle.
TargetScale — Class in package org.flintparticles.common.actions
The TargetScale action adjusts the scale of the particle towards a target scale.
TargetScale(targetScale, rate) — Constructor in class org.flintparticles.common.actions.TargetScale
The constructor creates a TargetScale action for use by an emitter.
targetVelocity — Property in class org.flintparticles.threeD.actions.TargetVelocity
The x coordinate of the target velocity, in pixels per second.s
targetVelocity — Property in class org.flintparticles.twoD.actions.TargetRotateVelocity
The target angular velocity, in radians per second.
TargetVelocity — Class in package org.flintparticles.threeD.actions
The TargetVelocity action adjusts the velocity of the particle towards the target velocity.
TargetVelocity — Class in package org.flintparticles.twoD.actions
The TargetVelocity action adjusts the velocity of the particle towards the target velocity.
TargetVelocity(targetVelocity:org.flintparticles.threeD.geom:Vector3D, rate) — Constructor in class org.flintparticles.threeD.actions.TargetVelocity
The constructor creates a TargetVelocity action for use by an emitter.
TargetVelocity(targetVelocityX, targetVelocityY, rate) — Constructor in class org.flintparticles.twoD.actions.TargetVelocity
The constructor creates a TargetVelocity action for use by an emitter.
targetVelocityX — Property in class org.flintparticles.twoD.actions.TargetVelocity
The x coordinate of the target velocity, in pixels per second.s
targetVelocityY — Property in class org.flintparticles.twoD.actions.TargetVelocity
The y coordinate of the target velocity, in pixels per second.
tilt(angle) — Method in class org.flintparticles.threeD.renderers.Camera
Tilt the camera up or down.
time — Property in class org.flintparticles.common.events.UpdateEvent
The particle to which the event relates.
TimePeriod — Class in package org.flintparticles.common.counters
The TimePeriod counter causes the emitter to emit particles for a period of time and then stop.
TimePeriod(numParticles, duration, easing) — Constructor in class org.flintparticles.common.counters.TimePeriod
The constructor creates a TimePeriod counter for use by an emitter.
toAxisRotation() — Method in class org.flintparticles.threeD.geom.Quaternion
Convert this quaternion to an axis/angle rotation, returning the result in a Vector3D where x, y, z represent the axis and w represents the angle, in radians.
toDegrees — Property in class org.flintparticles.threeD.renderers.BitmapRenderer
toMatrixTransformation() — Method in class org.flintparticles.threeD.geom.Quaternion
Convert this quaternion to a matrix transformation.
top — Property in class org.flintparticles.threeD.zones.BitmapDataZone
The top side of the zone from the corner.
top — Property in class org.flintparticles.threeD.zones.GreyscaleZone
The top side of the zone from the corner.
top — Property in class org.flintparticles.twoD.actions.BoundingBox
The top coordinate of the bounding box.
top — Property in class org.flintparticles.twoD.zones.RectangleZone
The top coordinate of the rectangle defining the region of the zone.
toString() — Method in class org.flintparticles.threeD.geom.Matrix3D
toString() — Method in class org.flintparticles.threeD.geom.Quaternion
Get a string representation of this quaternion
toString() — Method in class org.flintparticles.threeD.geom.Vector3D
Get a string representation of this vector
totalRatios — Property in class org.flintparticles.common.utils.FastWeightedArray
The sum of the weights of all the values.
totalWeights — Property in class org.flintparticles.common.utils.WeightedArray
The sum of the weights of all the values.
track(distance) — Method in class org.flintparticles.threeD.renderers.Camera
Dolly or Track the camera left/right.
trackRate — Property in class org.flintparticles.threeD.renderers.controllers.FirstPersonCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
trackRate — Property in class org.flintparticles.threeD.renderers.controllers.OrbitCamera
The rate at which to track the camera when the appropriate keys are pressed, in units per second.
transform — Property in class org.flintparticles.threeD.renderers.Camera
The transform matrix that converts positions in world space to positions in camera space.
transformArrayVectors(vectors) — Method in class org.flintparticles.threeD.geom.Matrix3D
Transform an array of Vector3D objects using this matrix.
transformArrayVectorsSelf(vectors) — Method in class org.flintparticles.threeD.geom.Matrix3D
Transform an array of Vector3D objects using this matrix.
transformVector(v:org.flintparticles.threeD.geom:Vector3D) — Method in class org.flintparticles.threeD.geom.Matrix3D
Transform a Vector3D using this matrix, returning a new, transformed vector.
transformVectorOther(v:org.flintparticles.threeD.geom:Vector3D, u:org.flintparticles.threeD.geom:Vector3D) — Method in class org.flintparticles.threeD.geom.Matrix3D
Transform a Vector3D using this matrix, storing the result in a second vector.
transformVectorSelf(v:org.flintparticles.threeD.geom:Vector3D) — Method in class org.flintparticles.threeD.geom.Matrix3D
Transform a Vector3D using this matrix, storing the result in the original vector.
truncatedHeight — Property in class org.flintparticles.threeD.zones.ConeZone
The height at which the top of the cone is removed, leaving just the base from height to truncatedHeight.
TurnAwayFromMouse — Class in package org.flintparticles.twoD.actions
The TurnAwayFromMouse action causes the particle to constantly adjust its direction so that it travels away from the mouse pointer.
TurnAwayFromMouse(power, renderer) — Constructor in class org.flintparticles.twoD.actions.TurnAwayFromMouse
The constructor creates a TurnAwayFromMouse action for use by an emitter.
TurnTowardsMouse — Class in package org.flintparticles.twoD.actions
The TurnTowardsMouse action causes the particle to constantly adjust its direction so that it travels towards the mouse pointer.
TurnTowardsMouse(power, renderer) — Constructor in class org.flintparticles.twoD.actions.TurnTowardsMouse
The constructor creates a TurnTowardsMouse action for use by an emitter.
TurnTowardsPoint — Class in package org.flintparticles.threeD.actions
The TurnTowardsPoint action causes the particle to constantly adjust its direction so that it travels towards a particular point.
TurnTowardsPoint — Class in package org.flintparticles.twoD.actions
The TurnTowardsPoint action causes the particle to constantly adjust its direction so that it travels towards a particular point.
TurnTowardsPoint(point:org.flintparticles.threeD.geom:Vector3D, power) — Constructor in class org.flintparticles.threeD.actions.TurnTowardsPoint
The constructor creates a TurnTowardsPoint action for use by an emitter.
TurnTowardsPoint(x, y, power) — Constructor in class org.flintparticles.twoD.actions.TurnTowardsPoint
The constructor creates a TurnTowardsPoint action for use by an emitter.
TweenPosition — Class in package org.flintparticles.threeD.actions
The TweenPosition action adjusts the particle's position between two locations as it ages.
TweenPosition — Class in package org.flintparticles.twoD.actions
The TweenPosition action adjusts the particle's position between two locations as it ages.
TweenPosition(start:org.flintparticles.threeD.geom:Vector3D, end:org.flintparticles.threeD.geom:Vector3D) — Constructor in class org.flintparticles.threeD.actions.TweenPosition
The constructor creates a TweenPosition action for use by an emitter.
TweenPosition(startX, startY, endX, endY) — Constructor in class org.flintparticles.twoD.actions.TweenPosition
The constructor creates a TweenPosition action for use by an emitter.
TwoWay — Class in package org.flintparticles.common.energyEasing
A set of easing equations for modifying the particle energy such that it starts and ends at zero and peaks at one half way through the particle's lifetime.
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