Uses of Class
gumbo.graphic.math.Tuple3

Packages that use Tuple3
gumbo.graphic.math   
 

Uses of Tuple3 in gumbo.graphic.math
 

Subclasses of Tuple3 in gumbo.graphic.math
 class Point3
          A 3D spatial element representing a point (vertex), which is used exclusively for spatial position.
 class Size3
          A 3D spatial element representing a non-transformable axis-aligned non-negative spatial size.
 class UnitVector3
          A 3D spatial element representing a vector that is always normalized (length is always one).
 class Vector3
          A 3D spatial element representing a vector, which is used exclusively for spatial direction and magnitude.