OrientedPathFollow.unitOffset

The distance from the first vertex, considering 0.0 as the first vertex and 1.0 as the last. This is just another way of expressing the offset within the path, as the offset supplied is multiplied internally by the path's length.

  1. double unitOffset [@property getter]
    struct OrientedPathFollow
    @nogc nothrow @property
    double
    unitOffset
    ()
  2. double unitOffset [@property setter]

Meta