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 | |
length — Property, class shared.math.Vec2 | |
Length of the vector (can be assigned to) | |
length — Property, class shared.math.Vec2Const | |
Computes the length of the vector | |
lengthSqr() — method, class shared.math.Vec2Const | |
Computes the squared length of the vector | |
lerp(to:shared.math:Vec2Const, t:Number) — method, class shared.math.Vec2Const | |
Linear interpolation from this vector to "to" vector (returns a new Vec2) | |
lerpSelf(to:shared.math:Vec2Const, t:Number) — method, class shared.math.Vec2 | |
Linear interpolation from this vector to "to" 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 |