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  
flip() — method, class shared.math.Vec2Const
Returns a new Vec2 with negated components
flipSelf() — method, class shared.math.Vec2
Negates components
fromPoint(p:any) — Static Method , class shared.math.Vec2
Creates a Vec2 from an AS3 Point (or any "p" object exposing x, y properties)
fromPolar(rads:Number, length:Number) — Static Method , class shared.math.Vec2
Sets components converting from polar coords (returns a new Vec2)
fromPolarSelf(rads:Number, length:Number) — method, class shared.math.Vec2
Sets components converting from polar coords
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