Uses of Class
edu.stanford.rsl.konrad.geometry.shapes.simple.StraightLine

Packages that use StraightLine
edu.stanford.rsl.konrad.geometry Contains classes to describe various projection geometries. 
edu.stanford.rsl.konrad.geometry.shapes.simple   
edu.stanford.rsl.konrad.geometry.splines Contains classes to model splines. 
edu.stanford.rsl.konrad.rendering   
 

Uses of StraightLine in edu.stanford.rsl.konrad.geometry
 

Methods in edu.stanford.rsl.konrad.geometry with parameters of type StraightLine
 PointND[] ConvexHull.intersect2D(StraightLine line)
          Intersects lines between subsequent hull points.
 PointND[] ConvexHull.intersect3D(StraightLine line)
           
static java.util.ArrayList<PointND> General.intersectRayWithCuboid(StraightLine line, PointND min, PointND max)
           
 

Uses of StraightLine in edu.stanford.rsl.konrad.geometry.shapes.simple
 

Subclasses of StraightLine in edu.stanford.rsl.konrad.geometry.shapes.simple
 class Edge
           
 

Methods in edu.stanford.rsl.konrad.geometry.shapes.simple with parameters of type StraightLine
 PointND Triangle.intersect(StraightLine other)
           
 PointND StraightLine.intersect(StraightLine line)
           
 PointND Plane3D.intersect(StraightLine l)
           
 PointND Edge.intersect(StraightLine line)
           
 

Uses of StraightLine in edu.stanford.rsl.konrad.geometry.splines
 

Methods in edu.stanford.rsl.konrad.geometry.splines with parameters of type StraightLine
 PointND[] SurfaceBSpline.intersectDeCasteljau(StraightLine line)
           
 

Uses of StraightLine in edu.stanford.rsl.konrad.rendering
 

Methods in edu.stanford.rsl.konrad.rendering that return StraightLine
 StraightLine[][] RayDetector.getIncidentRays()
          Ordered Collection of rays incident on ray detector
 StraightLine[][][] RayDetector.getSuperSampledIncidentRays()
          For anti-aliasing