Uses of Class
types.collections.number.FloatSet
Packages that use FloatSet
-
Uses of FloatSet in types.basic.tfloat
Methods in types.basic.tfloat that return FloatSet -
Uses of FloatSet in types.collections.number
Methods in types.collections.number that return FloatSetModifier and TypeMethodDescriptionFloatSet.intersection
(Object other) 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".FloatSet.shift_scale
(float delta, float new_width) Returns a new "FloatSet" instance with all elements shifted by "delta" and scaled to so that the encompassing span has width "new_width".IntSet.to_floatset()
Returns the union of "this" and "other".