Curve2D.bakeInterval

The distance in pixels between two adjacent cached points. Changing it forces the cache to be recomputed the next time the getBakedPoints or getBakedLength function is called. The smaller the distance, the more points in the cache and the more memory it will consume, so use with care.

  1. double bakeInterval [@property getter]
  2. double bakeInterval [@property setter]
    struct Curve2D
    @nogc nothrow @property
    void
    bakeInterval
    (
    double v
    )

Meta