Uses of Class
gumbo.graphic.math.Line3

Packages that use Line3
gumbo.graphic.math   
 

Uses of Line3 in gumbo.graphic.math
 

Subclasses of Line3 in gumbo.graphic.math
 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.