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 |
scale — Static Property, class utils.geom.VMath |
| |
setAngle(v:flash.geom:Point, angle:Number) — Static Method , class utils.geom.VMath |
|
Sets the angle of the vector in radians while maintaining the length
|
setLength(v:flash.geom:Point, l:Number) — Static Method , class utils.geom.VMath |
|
Sets the length of the vector to a new scalar. |
setMagnitude — Static Property, class utils.geom.VMath |
| Alternate name for setLength() |
sign(v1:flash.geom:Point, v2:flash.geom:Point) — Static Method , class utils.geom.VMath |
|
Determines if a given vector is to the right or left of this vector. |
subtract(v1:flash.geom:Point, v2:flash.geom:Point) — Static Method , class utils.geom.VMath |
|
Subtracts v2 from v1 and returns the result. |
|
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 |