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  
getAngle(v:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns the angle of the vector in radians.
getLength(v:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns the length of the vector (distance from 0,0 to v).
getMagnitude — Static Property, class utils.geom.VMath
Alternate name for getLength()
getMagnitudeSquared(v:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns the square of the magnitude of the vector.
getPerpindicular(v:flash.geom:Point) — Static Method , class utils.geom.VMath
getUnit(v:flash.geom:Point) — Static Method , class utils.geom.VMath
Returns a copy of the vector as a unit vector.
getUnitI() — Static Method , class utils.geom.VMath
Returns a unit vector "i-hat" codirectional with the x axis.
getUnitJ() — Static Method , class utils.geom.VMath
Returns a unit vector "j-hat" codirectional with the y axis.
getZeroVector() — Static Method , class utils.geom.VMath
Returns a new vector with components (0,0).
graphics — Property, class utils.geom.VectorRenderer
The graphics object used for the drawings.
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