Uses of Class
org.starhope.appius.geometry.LineSeg3D

Packages that use LineSeg3D
org.starhope.appius.geometry   
 

Uses of LineSeg3D in org.starhope.appius.geometry
 

Subclasses of LineSeg3D in org.starhope.appius.geometry
 class Vector3D
          WRITEME: Document this type.
 

Fields in org.starhope.appius.geometry with type parameters of type LineSeg3D
private  Set<LineSeg3D> TriangleMesh.edges
          Edges
 

Methods in org.starhope.appius.geometry that return LineSeg3D
 LineSeg3D LineSeg3D.add(Coord3D delta)
          translate the line segment's end points by the amount of the coördinates provided
 LineSeg3D Vector3D.asLineSegment()
           
 LineSeg3D LineSeg3D.toOrigin()
          Create a copy of the line transformed so that it starts at the origin.
 

Methods in org.starhope.appius.geometry that return types with arguments of type LineSeg3D
 Collection<LineSeg3D> Triangle.getEdges()
          Get the edges of this triangle
 

Methods in org.starhope.appius.geometry with parameters of type LineSeg3D
 boolean Triangle.hasEdge(LineSeg3D edge)