Curve2D.getBakedLength

Returns the total length of the curve, based on the cached points. Given enough density (see bakeInterval), it should be approximate enough.

struct Curve2D
@nogc nothrow const
double
getBakedLength
()

Meta