Uses of Class
Tuple.Tuple2f

Uses of Tuple2f in Tuple
 

Methods in Tuple that return Tuple2f
 Tuple2f Tuple2f.minus(Tuple2f a)
          Subtract two tuples and return the value in a new Tuple
 Tuple2f Tuple2f.plus(Tuple2f a)
          Add two tuples and return the value in a new Tuple
 Tuple2f Tuple2f.times(float a)
           
 

Methods in Tuple with parameters of type Tuple2f
 float Tuple2f.distanceSquared(Tuple2f other)
          Finds the squared distance between two Tuples.
 float Tuple2f.dot(Tuple2f a)
          Returns the dot product of two Tuples.
 Tuple2f Tuple2f.minus(Tuple2f a)
          Subtract two tuples and return the value in a new Tuple
 Tuple2f Tuple2f.plus(Tuple2f a)
          Add two tuples and return the value in a new Tuple