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 | |
distance(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const | |
Computes the distance from "vec" vector | |
distanceSqr(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const | |
Computes the squared distance from "vec" vector | |
distanceXY(x:Number, y:Number) — method, class shared.math.Vec2Const | |
Computes the distance from ("x", "y") | |
distanceXYSqr(x:Number, y:Number) — method, class shared.math.Vec2Const | |
Computes the distance from ("x", "y") | |
div(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const | |
Divides by "vec" vector (returns a new Vec2) | |
divSelf(vec:shared.math:Vec2Const) — method, class shared.math.Vec2 | |
Divides by "vec" vector | |
divXY(x:Number, y:Number) — method, class shared.math.Vec2Const | |
Divides by ("x", "y") (returns a new Vec2) | |
divXYSelf(x:Number, y:Number) — method, class shared.math.Vec2 | |
Divides by ("x", "y") | |
dot(vec:shared.math:Vec2Const) — method, class shared.math.Vec2Const | |
Computes the dot product with "vec" vector | |
dotXY(x:Number, y:Number) — method, class shared.math.Vec2Const | |
Computes the dot product with "vec" vector | |
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 |