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  
interpolate — Static Property, class utils.geom.VMath
isEqual(v1:flash.geom:Point, v2:flash.geom:Point, ... rest) — Static Method , class utils.geom.VMath
Returns true if all of the vector arguments have the same x and y components.
isOpposite(v1:flash.geom:Point, v2:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns true if v2 points in the opposite direction of v1.
isParallel(v1:flash.geom:Point, v2:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns true if the angle between v1 and v2 is 0° or 180°.
isPerpindicular(v1:flash.geom:Point, v2:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns true if the angle between v1 and v2 is 90° or 270°.
isUnit(v:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns true if the length of the vector is 1.
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