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.FractionalFallback
Returns 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 TypeMethodDescriptiondouble
DirectionalPolyLine.projectFractional
(double x, double y, OtsLine2d.FractionalFallback fallback) Fractional projection applied with the internal start and end direction.final double
OtsLine2d.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.