Uses of Class
org.djutils.draw.line.Ray2d
Package
Description
The d1 package provides an interface and different implementations for lines.
-
Uses of Ray2d in org.djutils.draw.line
Modifier and TypeMethodDescriptionRay2d.flip()
Ray2d.getLocationExtended
(double position) Ray2d.neg()
Modifier and TypeMethodDescriptionstatic PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end with specified precision.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end with specified precision.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end with specified precision.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.static PolyLine2d
Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.double
PolyLine2d.projectRay
(Ray2d ray) Find a location on this PolyLine2d that is a reasonable projection of a Ray on this line.