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 | |
isNear(vec2:shared.math:Vec2Const) — method, class shared.math.Vec2Const | |
Returns true if this vector is near "vec2" | |
isNearXY(x:Number, y:Number) — method, class shared.math.Vec2Const | |
Returns true if this vector is near ("x", "y") | |
isNormalized() — method, class shared.math.Vec2Const | |
Returns true if this vector is normalized (length == 1) | |
isValid() — method, class shared.math.Vec2Const | |
Returns true if is a valid vector (has finite components) | |
isWithin(vec2:shared.math:Vec2Const, epsilon:Number) — method, class shared.math.Vec2Const | |
Returns true if the distance from "vec2" vector is lesser than "epsilon" | |
isWithinXY(x:Number, y:Number, epsilon:Number) — method, class shared.math.Vec2Const | |
Returns true if the distance from ("x", "y") vector is lesser than "epsilon" | |
isZero() — method, class shared.math.Vec2Const | |
Returns true if this vector's components are 0 | |
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 |