Uses of Enum Class
org.opentrafficsim.base.geometry.FractionalProjectionHelper.FractionalFallback
Packages that use FractionalProjectionHelper.FractionalFallback
-
Uses of FractionalProjectionHelper.FractionalFallback in org.opentrafficsim.base.geometry
Methods in org.opentrafficsim.base.geometry that return FractionalProjectionHelper.FractionalFallbackModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FractionalProjectionHelper.FractionalFallback.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.base.geometry with parameters of type FractionalProjectionHelper.FractionalFallbackModifier and TypeMethodDescriptiondoubleDirectionalPolyLine.projectFractional(double x, double y, FractionalProjectionHelper.FractionalFallback fallback) Fractional projection applied with the internal start and end direction.doubleFractionalProjectionHelper.projectFractionalAt(org.djunits.value.vdouble.scalar.Direction start, org.djunits.value.vdouble.scalar.Direction end, double x, double y, FractionalProjectionHelper.FractionalFallback fallback) Fractionally project a point on the polyline using the fractional helper logic.doubleOtsLine2d.projectFractionalAt(org.djunits.value.vdouble.scalar.Direction start, org.djunits.value.vdouble.scalar.Direction end, double x, double y, FractionalProjectionHelper.FractionalFallback fallback) Returns the fractional projection of a point to a line.