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  
clamp(maxLen:Number) — method, class shared.math.Vec2Const
Returns a new Vec2 clamped to "maxLen" length
clampInRect(rectangle:flash.geom:Rectangle) — method, class shared.math.Vec2Const
Clamps this vector to fit in the specified "rectangle" (returns a new Vec2)
clampInRectSelf(rectangle:flash.geom:Rectangle) — method, class shared.math.Vec2
Clamps this vector to fit in the specified "rectangle"
clampSelf(maxLen:Number) — method, class shared.math.Vec2
Clamps this vector to "maxLen" length
clampXY(minX:Number, maxX:Number, minY:Number, maxY:Number) — method, class shared.math.Vec2Const
Clamps this vector to specified components (returns a new Vec2)
clampXYSelf(minX:Number, maxX:Number, minY:Number, maxY:Number) — method, class shared.math.Vec2
Clamps this vector to specified components
clone() — method, class shared.math.Vec2Const
Returns a new Vec2, replica of this instance
crossDet(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const
Computes the cross product (determinant) with "vec"
crossDetXY(x:Number, y:Number) — method, class shared.math.Vec2Const
Computes the cross product (determinant) with ("x", "y"))
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