PulpCore

Uses of Class
pulpcore.math.Tuple2i

Packages that use Tuple2i
pulpcore.math Provides classes for arithmetic and geometry. 
 

Uses of Tuple2i in pulpcore.math
 

Methods in pulpcore.math with parameters of type Tuple2i
 void Tuple2i.add(Tuple2i t)
           
 long Tuple2i.dot(Tuple2i t)
          Interpreting this Tuple2i and the specified Tuple2i as a fixed-point vector, return the dot product of the two vectors.
 boolean Transform.inverseTransform(Tuple2i t)
           
 void Tuple2i.sub(Tuple2i t)
           
 void Transform.transform(Tuple2i t)
           
 

Constructors in pulpcore.math with parameters of type Tuple2i
Tuple2i(Tuple2i t)
           
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.