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  
GeomUtil — Class in package cv.util
A collection of useful geometry related functions.
getAngle(point1, point2) — Static method in class cv.util.GeomUtil
Gets the angle of the target point based on the given differences in distance.
getColorTransform(p:cv.orion:ParticleVO, targetColor) — Method in class cv.Orion
Used to get a colortransform object for a specific particle.
getCoordinate() — Method in class cv.Orion
Returns a coordinate it's designated position.
getCoordinate() — Method in class cv.OrionBitmap
Returns a coordinate it's designated position.
getCoordinate() — Method in class cv.OrionMouse
Returns a coordinate it's designated position.
getDistance(x1, x2, y1, y2) — Static method in class cv.util.GeomUtil
Used to determine the distance between two points.
getDistance3D(x1, x2, y1, y2, z1, z2) — Static method in class cv.util.GeomUtil
Used to determine the distance between two 3D points.
getNew() — Method in class cv.Orion
Returns a new particle
getPalletteMap() — Method in class cv.orion.renderers.BitmapRenderer
Gets the palletemap if it was set.
getRecycled() — Method in class cv.Orion
Checks the recycle bin if a suitable particle can be re-used.
gotoAndStopCached(d, frame) — Method in class cv.Orion
Sets a given particle to a specific frame in the movieclip, from the frame cached in memory.
GravityFilter — Class in package cv.orion.filters
The GravityFilter causes the particle to fall downwards towards the floor based on the given rate.
GravityFilter(value) — Constructor in class cv.orion.filters.GravityFilter
Causes particles to be attracted to the floor.
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