Package | Description |
---|---|
edu.stanford.rsl.conrad.geometry |
Contains classes to describe various projection geometries.
|
edu.stanford.rsl.conrad.geometry.shapes.simple |
Contains classes to model simple shapes.
|
edu.stanford.rsl.conrad.geometry.splines |
Contains classes to model splines.
|
edu.stanford.rsl.conrad.rendering |
Contains classes that model different ray tracers.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
Edge |
Modifier and Type | Method and Description |
---|---|
PointND |
Triangle.intersect(StraightLine other) |
PointND |
StraightLine.intersect(StraightLine line) |
PointND |
Plane3D.intersect(StraightLine l) |
PointND |
Edge.intersect(StraightLine line) |
PointND |
StraightLine.intersect(StraightLine line,
double threshold) |
Modifier and Type | Method and Description |
---|---|
PointND[] |
SurfaceBSpline.intersectDeCasteljau(StraightLine line) |
Modifier and Type | Method and Description |
---|---|
StraightLine[][] |
RayDetector.getIncidentRays()
Ordered Collection of rays incident on ray detector
|
StraightLine[][][] |
RayDetector.getSuperSampledIncidentRays()
For anti-aliasing
|