BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
fl.ik 

IKJoint  - AS3 Flash

(Beta)
Packagefl.ik
Classpublic class IKJoint
InheritanceIKJoint Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS4
Runtime Versions: Flash Player 10, AIR 1.5

The IKJoint class defines a connection between two bones, which are required foundational components of an inverse kinematics (IK) armature. IKJoint objects are called "joints" and the IKJoint class defines properties and constraints for how bones connect and move in relation to one another.

More examples

Related API Elements



Public Properties
 PropertyDefined By
  bone : IKBone
[read-only] The head bone associated with the IKJoint object.
IKJoint
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  DOF_ROTATION : int = 1
[static] Static constant for the rotation degree of freedom.
IKJoint
  DOF_XTRANS : int = 2
[static] Static constant for the x-translation degree of freedom.
IKJoint
  DOF_YTRANS : int = 4
[static] Static constant for the y-translation degree of freedom.
IKJoint
  name : String
The IKJoint instance's name.
IKJoint
  numChildren : int
[read-only] Returns the number of IKJoint objects branching from the specified IKJoint.
IKJoint
  parent : IKJoint
The parent IKJoint object.
IKJoint
  position : Point
[read-only] The IKJoint's coordinates.
IKJoint
  rotation : Number
[read-only] The current rotation value.
IKJoint
  rotationConstrained : Boolean
Returns if the rotation is constrained.
IKJoint
  rotationEnabled : Boolean
Specifies if the rotation is enabled.
IKJoint
  rotationMax : Number
The maximum rotation value.
IKJoint
  rotationMin : Number
The minimum rotation value.
IKJoint
  speed : Number
The rotation speed degree of freedom; the xTranslation and yTranslation properties respect the same speed setting.
IKJoint
  springDamping : Number
The spring damping value.
IKJoint
  springPosition : Number
The spring position (for translational joints) or angle (for rotational joints).
IKJoint
  springStrength : Number
The spring strength value.
IKJoint
  xTranslation : Number
[read-only] The current x-translation value.
IKJoint
  xTranslationConstrained : Boolean
Returns if the x-translation is constrained.
IKJoint
  xTranslationEnabled : Boolean
Specifies if the x-translation is enabled.
IKJoint
  xTranslationMax : Number
The maximum x-translation value.
IKJoint
  xTranslationMin : Number
The minimum x-translation value.
IKJoint
  yTranslation : Number
[read-only] The current y-translation value.
IKJoint
  yTranslationConstrained : Boolean
Returns if the y-translation is constrained.
IKJoint
  yTranslationEnabled : Boolean
Specifies if the y-translation is enabled.
IKJoint
  yTranslationMax : Number
The maximum y-translation value.
IKJoint
  yTranslationMin : Number
The minimum y-translation value.
IKJoint
Public Methods
 MethodDefined By
  
Clears the current spring angle.
IKJoint
  
Clears the current spring point.
IKJoint
  
Returns the child IKJoint object at the specified index value.
IKJoint
  
Returns the index value of the specified IKJoint object.
IKJoint
  
Retrieves the current value of the specified type of degree of freedom.
IKJoint
  
Returns the current spring angle.
IKJoint
  
Returns the current spring point.
IKJoint
 Inherited
Indicates whether an object has a specified property defined.
Object
  
hasPhysics(recursive:Boolean = true):Boolean
Returns whether the sub-tree (children) of the joint has physics applied.
IKJoint
  
Returns whether the current spring angle is set.
IKJoint
  
Returns whether a spring point is currently set.
IKJoint
  
Returns if the type of degree of freedom is constrained.
IKJoint
  
Returns if the specified type of degree of freedom is enabled.
IKJoint
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
setConstrained(dof:int, constrained:Boolean):void
Sets the constraint of the specified type of degree of freedom.
IKJoint
  
setEnabled(dof:int, enable:Boolean):*
Enables or disables the specified type of degree of freedom.
IKJoint
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
  
Sets the current spring angle.
IKJoint
  
Sets the current spring point.
IKJoint
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
Method Detail