ReverseRay |
Ray.reverse() |
Reverse the orientation of the hyperplane for this instance, returning the result as
a new instance.
|
static ReverseRay |
Lines.reverseRayFromLocation(Line line,
double endLocation) |
Construct a reverse ray starting at infinity and continuing in the direction of line
to the given 1D end location.
|
static ReverseRay |
Lines.reverseRayFromPoint(Line line,
Vector2D endPoint) |
Construct a reverse ray starting at infinity and continuing in the direction of line
to the given end point.
|
static ReverseRay |
Lines.reverseRayFromPointAndDirection(Vector2D endPoint,
Vector2D lineDirection,
org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) |
Construct a reverse ray from an end point and a line direction.
|
ReverseRay |
Line.reverseRayTo(double endLocation) |
Create a new convex line subset that starts at infinity and continues along
the line up to the given 1D location.
|
ReverseRay |
Line.reverseRayTo(Vector2D endPoint) |
Create a new convex line subset that starts at infinity and continues along
the line up to the projection of the given end point.
|
ReverseRay |
ReverseRay.transform(Transform<Vector2D> transform) |
Return a new hyperplane subset resulting from the application of the given transform.
|