Uses of Enum Class
org.opentrafficsim.base.geometry.OtsLine2d.FractionalFallback
Packages that use OtsLine2d.FractionalFallback
-
Uses of OtsLine2d.FractionalFallback in org.opentrafficsim.base.geometry
Methods in org.opentrafficsim.base.geometry that return OtsLine2d.FractionalFallbackModifier and TypeMethodDescriptionstatic OtsLine2d.FractionalFallbackReturns the enum constant of this class with the specified name.static OtsLine2d.FractionalFallback[]OtsLine2d.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 OtsLine2d.FractionalFallbackModifier and TypeMethodDescriptiondoubleDirectionalPolyLine.projectFractional(double x, double y, OtsLine2d.FractionalFallback fallback) Fractional projection applied with the internal start and end direction.final doubleOtsLine2d.projectFractional(org.djunits.value.vdouble.scalar.Direction start, org.djunits.value.vdouble.scalar.Direction end, double x, double y, OtsLine2d.FractionalFallback fallback) Returns the fractional projection of a point to a line.