ImmutableVector
Represent an immutable vector.
This is the root interface of immutable alternatives to the default mutable vectors provided by libGDX.
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the opposite vector of same length
Link copied to clipboard
Link copied to clipboard
Returns the result of interpolation between this vector and the given target vector by alpha (within range 0,1) using the given interpolation method.
Link copied to clipboard
Returns a vector of same direction and the given length
Link copied to clipboard
Returns a vector of the same direction and a squared length of length2
Link copied to clipboard
Returns this vector if the ImmutableVector.len2 is <= limit2 or a vector with the same direction and length limit2 otherwise
Link copied to clipboard
Returns a vector of same length and a random direction.