Uses of Class
org.apache.commons.geometry.euclidean.twod.ReverseRay
Packages that use ReverseRay
Package
Description
This package provides basic 2D geometry components.
-
Uses of ReverseRay in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return ReverseRayModifier and TypeMethodDescriptionRay.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 ofline
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 ofline
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.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.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.Return a new hyperplane subset resulting from the application of the given transform.