Uses of Interface
gumbo.graphic.space.TransformableGraphic

Packages that use TransformableGraphic
gumbo.graphic.math   
gumbo.graphic.probe   
 

Uses of TransformableGraphic in gumbo.graphic.math
 

Classes in gumbo.graphic.math that implement TransformableGraphic
 class AxisAngle3
          A 3D spatial transform specifying rotation about an arbitrary axis, which is defined by a scalar angle and a rotation axis vector.
 class Line3
          A 3D spatial element representing a line of infinite extent, which is defined by a position point and a direction unit vector.
 class 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.
 class Point3
          A 3D spatial element representing a point (vertex), which is used exclusively for spatial position.
 class 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.
static class Polygon3.Immutable
           
 class Ray3
          A 3D spatial element representing a line of semi-infinite extent, which is defined by a position point and a direction vector.
 class Segment3
          A 3D spatial element representing a line of finite extent (line segment), which is defined by a position point, a direction vector, and a length, and by a head point and a tail point.
 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.
 

Uses of TransformableGraphic in gumbo.graphic.probe
 

Classes in gumbo.graphic.probe that implement TransformableGraphic
 class AxisBound3
          A 3D axis-aligned box bound, whose position and extent are defined by a minimum and maximum point.