Function Curve2D.getBakedLength
Returns the total length of the curve, based on the cached points. Given enough density (see bakeInterval
), it should be approximate enough.
double getBakedLength() nothrow @nogc const;
Returns the total length of the curve, based on the cached points. Given enough density (see bakeInterval
), it should be approximate enough.
double getBakedLength() nothrow @nogc const;