Uses of Package
gumbo.graphic.math

Packages that use gumbo.graphic.math
gumbo.graphic.math   
 

Classes in gumbo.graphic.math used by gumbo.graphic.math
Line3
          A 3D spatial element representing a line of infinite extent, which is defined by a position point and a direction unit vector.
Plane3
          A 3D spatial element representing a plane of infinite extent, which is defined by a normal vector and a (possibly negative) distance from the origin along the vector.
Point3Field
           
Polygon3
          A 3D spatial element representing a plane with a finite and convex extent, with the extent defined by 3 or more coplanar vertex points.
Ray3
          A 3D spatial element representing a line of semi-infinite extent, which is defined by a position point and a direction vector.
Tuple3
          An abstract base class for a 3D spatial element (3-tuple), with double precision.
Vector3
          A 3D spatial element representing a vector, which is used exclusively for spatial direction and magnitude.
Vector3Field