Uses of Class
org.djutils.draw.line.Ray3d
Packages that use Ray3d
Package
Description
Continuous lines are (mathematically) defined curves that:
have no gaps
have a start point
have an end point
have a defined direction at the start point
have a defined direction at the end point
may have knots along the way.
have no gaps
have a start point
have an end point
have a defined direction at the start point
have a defined direction at the end point
may have knots along the way.
The line package provides an interface and different implementations for lines.
-
Uses of Ray3d in org.djutils.draw.curve
Constructors in org.djutils.draw.curve with parameters of type Ray3dModifierConstructorDescriptionBezierCubic3d
(Ray3d start, Ray3d end) Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.BezierCubic3d
(Ray3d start, Ray3d end, double shape) Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end.BezierCubic3d
(Ray3d start, Ray3d end, double shape, boolean weighted) Approximate a cubic Bézier curve from start to end with two generated control points at half the distance between start and end. -
Uses of Ray3d in org.djutils.draw.line
Methods in org.djutils.draw.line that return Ray3d