us.ihmc.utilities
Class VectorTuple<T>

java.lang.Object
  extended by us.ihmc.utilities.VectorTuple<T>

public class VectorTuple<T>
extends java.lang.Object


Constructor Summary
VectorTuple(T x, T y, T z)
           
 
Method Summary
 T x()
           
 T y()
           
 T z()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorTuple

public VectorTuple(T x,
                   T y,
                   T z)
Method Detail

x

public T x()

y

public T y()

z

public T z()