Package | Description |
---|---|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Method and Description |
---|---|
ReverseRay |
Ray.reverse() |
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,
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) |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.