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  
center — Property in class org.cove.ape.AbstractParticle
Returns A Vector of the current location of the particle
center — Property in class org.cove.ape.SpringConstraint
The center position created by the relative positions of the two particles attached to this SpringConstraint.
CircleParticle — Class in package org.cove.ape
A circle shaped particle.
CircleParticle(x, y, radius, fixed, mass, elasticity, friction) — Constructor in class org.cove.ape.CircleParticle
cleanup() — Method in class org.cove.ape.AbstractCollection
Calls the cleanup() method of every member of this AbstractCollection.
cleanup() — Method in class org.cove.ape.AbstractItem
This method is called automatically when an item's parent group is removed from the APEngine.
cleanup() — Method in class org.cove.ape.Group
Calls the cleanup() method of every member of this Group.
collidable — Property in class org.cove.ape.AbstractParticle
Determines if the particle can collide with other particles or constraints.
collidable — Property in class org.cove.ape.SpringConstraint
Determines if the area between the two particles is tested for collision.
collideInternal — Property in class org.cove.ape.Group
Determines if the members of this Group are checked for collision with one another.
collisionList — Property in class org.cove.ape.Group
Returns the array of every Group assigned to collide with this Group instance.
Composite — Class in package org.cove.ape
The Composite class can contain Particles, and Constraints.
Composite() — Constructor in class org.cove.ape.Composite
composites — Property in class org.cove.ape.Group
Returns an Array containing all the Composites added to this Group
constraintCollisionCycles — Static property in class org.cove.ape.APEngine
Determines the number of times in a single APEngine.step() cycle that the constraints and particles have their positions corrected.
constraintCycles — Static property in class org.cove.ape.APEngine
Determines the number of times in a single APEngine.step() cycle that the constraints have their positions corrected.
constraints — Property in class org.cove.ape.AbstractCollection
The Array of all AbstractConstraint instances added to the AbstractCollection
container — Static property in class org.cove.ape.APEngine
The default container used by the default painting methods of the particles and constraints.
copy(v:org.cove.ape:Vector) — Method in class org.cove.ape.Vector
cross(v:org.cove.ape:Vector) — Method in class org.cove.ape.Vector
currLength — Property in class org.cove.ape.SpringConstraint
Returns the length of the SpringConstraint, the distance between its two attached particles.
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