Uses of Package
wbs.utils.util.providers.generator.vector
Packages that use wbs.utils.util.providers.generator.vector
Package
Description
Number and Vector providers, for use in configuration and pattern generation.
Generators for
NumProvider.-
Classes in wbs.utils.util.providers.generator.vector used by wbs.utils.util.providersClassDescriptionA generator that returns a single Vector until
VectorGenerator.refresh()is called, at which point it calculates a new value. -
Classes in wbs.utils.util.providers.generator.vector used by wbs.utils.util.providers.generator.vectorClassDescriptionAn abstract class to do many of the operations needed for a
VectorGeneratorwhen operating on exactly 2 orderedVectorProviders.A type of VectorGenerator that takes some number of VectorProviders and operates on them to determine the valueA generator that returns a single Vector untilVectorGenerator.refresh()is called, at which point it calculates a new value.Represents the subclasses of this generator.A functional generator that accepts any number of arguments and returns their sumA functional generator that accepts exactly two VectorProviders and returns their cross productA functional generator that takes two or more VectorProviders and returns their productA generator that accepts a VectorProvider and normalizes itA generator that, over a defined period, returns a vector that rotates around the origin with a radius defined by a NumProvider, where the axis about which it rotates is defined by a VectorProviderA functional generator that accepts exactly two VectorProviders and returns the value of the first minus the value of the second