Index
All Classes and Interfaces|All Packages|Constant Field Values
L
- L - Enum constant in enum class net.paulhertz.pixelaudio.PixelAudioMapper.ChannelNames
- LAMBDA - Static variable in class net.paulhertz.pixelaudio.curves.PABezShape
-
A value for weighting Bezier splines based on the length of line segments between anchor points, derived from the ratio of the chord of a quarter circle to KAPPA.
- LATTICE_STEP_4D - Static variable in class net.paulhertz.pixelaudio.OpenSimplex2
- lerp(float, float, float) - Static method in class net.paulhertz.pixelaudio.PixelAudio
-
Good old lerp.
- Lindenmayer - Class in net.paulhertz.pixelaudio
-
Implements a simple Lindenmeyer system (L-system), a so-called DOL-system: deterministic and context-free.
- Lindenmayer() - Constructor for class net.paulhertz.pixelaudio.Lindenmayer
-
Creates a new Lindenmeyer instance;
- Lindenmayer.AnimStepper - Class in net.paulhertz.pixelaudio
-
Animation frame-counting tool
- Lindenmayer.AnimUnit - Class in net.paulhertz.pixelaudio
-
Data storage for number of steps n each of duration d, with additional scaling factor s.
- LINE_SEGMENT - Static variable in class net.paulhertz.pixelaudio.curves.PABezShape
-
flag for line segment type, associated with LineVertex
- lineDist(PVector, PVector, PVector) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
- lineDraw(PApplet, ArrayList<PVector>, int, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
-
Draws a line in a PApplet context using the PVector data in points and supplied color and weight.
- lineDraw(PGraphics, ArrayList<PVector>, int, float) - Static method in class net.paulhertz.pixelaudio.curves.PACurveUtility
-
Draws a line in a PGraphics using the 2D PVector data and supplied color and weight.
- loadAnimSteps(Lindenmayer.AnimStepper) - Method in class net.paulhertz.pixelaudio.Lindenmayer
- loadIndexMaps() - Method in class net.paulhertz.pixelaudio.PixelMapGen
- lookupCoordinate(int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Given an index into a signal array mapped to an image, returns the pixel coordinates (x,y) in the image using the lookup table signalToImageLUT.
- lookupPixel(int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Given an index into a signal array mapped to an image, returns the corresponding index into the image pixel array using the lookup table signalToImageLUT.
- lookupSample(int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Given an index imagePos into the pixel array of an image, returns its index in a signal path over the image using the lookup table imageToSignalLUT.
- lookupSample(int, int) - Method in class net.paulhertz.pixelaudio.PixelAudioMapper
-
Given a coordinate pair (x,y) in an image, returns its index in a signal path over the image using the lookup table imageToSignalLUT.
- looping - Variable in class net.paulhertz.pixelaudio.voices.PASamplerVoice
- looping - Variable in class net.paulhertz.pixelaudio.voices.PlaybackInfo
-
Whether this event loops indefinitely.
All Classes and Interfaces|All Packages|Constant Field Values