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  
getDegrees() — method, class shared.math.Vec2Const
Vector angle in degrees
getMax(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const
Returns a new Vec2 which is the maximum between this vector and "vec" (component-wise)
getMin(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const
Returns a new Vec2 which is the minimum between this vector and "vec" (component-wise)
getRads() — method, class shared.math.Vec2Const
Vector angle in radians
getRadsBetween(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const
Angle between this vector and "vec" in radians
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