Function Curve.bakeResolution

The number of points to include in the baked (i.e. cached) curve data.

long bakeResolution() nothrow @property @nogc;

void bakeResolution (
  long v
) nothrow @property @nogc;