-
Returns the set of values of `self`.
-
Returns the intersection of "this" and "other".
Returns the difference of "this" and "other".
FloatSet.scale(float new_width)
Returns a new "FloatSet" instance with all elements scaled to so that the encompassing
span has width "new_width".
FloatSet.shift(float delta)
Returns a new "FloatSet" instance with all elements shifted by "delta".
Returns a new "FloatSet" instance with all elements shifted by "delta" and scaled to so that the
encompassing span has width "new_width".
Returns the union of "this" and "other".