Uses of Interface
org.djutils.draw.curve.Flattener3d
Packages that use Flattener3d
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.
-
Uses of Flattener3d in org.djutils.draw.curve
Classes in org.djutils.draw.curve that implement Flattener3dModifier and TypeClassDescriptionstatic class
Flattener that limits the angle difference between theCurve3d
and thePolyLine3d
.static class
Flattener that limits the distance between theCurve3d
and thePolyLine3d
.static class
Flattener that limits the distance and angle difference between theCurve3d
and thePolyLine3d
.static class
Flattener that approximates theCurve3d
with a specified number of segments.Methods in org.djutils.draw.curve with parameters of type Flattener3d