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 classFlattener that limits the angle difference between theCurve3dand thePolyLine3d.static classFlattener that limits the distance between theCurve3dand thePolyLine3d.static classFlattener that limits the distance and angle difference between theCurve3dand thePolyLine3d.static classFlattener that approximates theCurve3dwith a specified number of segments.Methods in org.djutils.draw.curve with parameters of type Flattener3d