Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- labToRGB(float, float, float) - Static method in class toxi.color.TColor
- labToRGB(float, float, float, float[]) - Static method in class toxi.color.TColor
-
Converts CIE Lab to RGB components.
- language - Variable in class toxi.data.feeds.RSSChannel
- LaplacianSmooth - Class in toxi.geom.mesh
-
Applies a laplacian smooth function to all vertices in the mesh
- LaplacianSmooth() - Constructor for class toxi.geom.mesh.LaplacianSmooth
- lastBuiltDate - Variable in class toxi.data.feeds.RSSChannel
- lastUpdated - Variable in class toxi.data.feeds.AtomFeed
- LAVENDER - Static variable in class toxi.color.NamedColor
- LAVENDERBLUSH - Static variable in class toxi.color.NamedColor
- LAWNGREEN - Static variable in class toxi.color.NamedColor
- lcm(int, int) - Static method in class toxi.math.MathUtils
- LEAF - Enum constant in enum toxi.geom.PointQuadtree.Type
- LEFT_SPLIT_COMPLEMENTARY - Static variable in class toxi.color.theory.ColorTheoryRegistry
- LeftSplitComplementaryStrategy - Class in toxi.color.theory
- LeftSplitComplementaryStrategy() - Constructor for class toxi.color.theory.LeftSplitComplementaryStrategy
- LEMONCHIFFON - Static variable in class toxi.color.NamedColor
- length - Variable in class toxi.data.feeds.RSSEnclosure
- length - Variable in class toxi.geom.Cone
- length - Variable in class toxi.processing.ArrowModifier
- length - Variable in class toxi.processing.DashedLineModifier
- length() - Method in class toxi.audio.AudioSource
- length() - Method in class toxi.geom.nurbs.KnotVector
- lerp(double, double, double) - Static method in class toxi.math.MathUtils
- lerp(float, float, float) - Static method in class toxi.math.MathUtils
- LIGHT - Static variable in class toxi.color.ColorRange
-
Shade definition: saturation 30-70%, brightness: 90-100%
- LIGHTBLUE - Static variable in class toxi.color.NamedColor
- LIGHTCORAL - Static variable in class toxi.color.NamedColor
- LIGHTCYAN - Static variable in class toxi.color.NamedColor
- lighten(float) - Method in class toxi.color.TColor
-
Lightens the color by stated amount.
- LIGHTGOLDENRODYELLOW - Static variable in class toxi.color.NamedColor
- LIGHTGREEN - Static variable in class toxi.color.NamedColor
- LIGHTGREY - Static variable in class toxi.color.NamedColor
- LIGHTPINK - Static variable in class toxi.color.NamedColor
- LIGHTSALMON - Static variable in class toxi.color.NamedColor
- LIGHTSEAGREEN - Static variable in class toxi.color.NamedColor
- LIGHTSKYBLUE - Static variable in class toxi.color.NamedColor
- LIGHTSLATEGRAY - Static variable in class toxi.color.NamedColor
- LIGHTSTEELBLUE - Static variable in class toxi.color.NamedColor
- LIGHTYELLOW - Static variable in class toxi.color.NamedColor
- LIME - Static variable in class toxi.color.Hue
- LIME - Static variable in class toxi.color.NamedColor
- LIMEGREEN - Static variable in class toxi.color.NamedColor
- limit - Variable in class toxi.physics2d.VerletConstrainedSpring2D
-
Maximum relaxation distance for either end of the spring in world units (by default unlimited until set by user)
- limit - Variable in class toxi.physics3d.VerletConstrainedSpring3D
-
Maximum relaxation distance for either end of the spring in world units
- limit(float) - Method in class toxi.geom.Vec2D
-
Limits the vector's magnitude to the length given
- limit(float) - Method in class toxi.geom.Vec3D
-
Limits the vector's magnitude to the length given.
- line(Line2D) - Method in class toxi.processing.ToxiclibsSupport
- line(Line2D, Line2DRenderModifier) - Method in class toxi.processing.ToxiclibsSupport
- line(Line3D) - Method in class toxi.processing.ToxiclibsSupport
- line(ReadonlyVec2D, ReadonlyVec2D) - Method in class toxi.processing.ToxiclibsSupport
- line(ReadonlyVec2D, ReadonlyVec2D, Line2DRenderModifier) - Method in class toxi.processing.ToxiclibsSupport
- line(ReadonlyVec3D, ReadonlyVec3D) - Method in class toxi.processing.ToxiclibsSupport
- line(ReadonlyVec4D, ReadonlyVec4D) - Method in class toxi.processing.ToxiclibsSupport
- line(Vec2D, Vec2D) - Method in class toxi.processing.ToxiclibsSupport
- line(Vec3D, Vec3D) - Method in class toxi.processing.ToxiclibsSupport
- line(Vec4D, Vec4D) - Method in class toxi.processing.ToxiclibsSupport
- Line2D - Class in toxi.geom
- Line2D(float, float, float, float) - Constructor for class toxi.geom.Line2D
- Line2D(ReadonlyVec2D, ReadonlyVec2D) - Constructor for class toxi.geom.Line2D
- Line2D(Vec2D, Vec2D) - Constructor for class toxi.geom.Line2D
- Line2D.LineIntersection - Class in toxi.geom
- Line2D.LineIntersection.Type - Enum in toxi.geom
- Line2DRenderModifier - Interface in toxi.processing
- Line2DTest - Class in toxi.test.geom
- Line2DTest() - Constructor for class toxi.test.geom.Line2DTest
- Line3D - Class in toxi.geom
- Line3D(float, float, float, float, float, float) - Constructor for class toxi.geom.Line3D
- Line3D(ReadonlyVec3D, ReadonlyVec3D) - Constructor for class toxi.geom.Line3D
- Line3D(Vec3D, Vec3D) - Constructor for class toxi.geom.Line3D
- Line3D.LineIntersection - Class in toxi.geom
- Line3D.LineIntersection.Type - Enum in toxi.geom
- Line3DTest - Class in toxi.test.geom
- Line3DTest() - Constructor for class toxi.test.geom.Line3DTest
- LinearInterpolation - Class in toxi.math
-
Implementation of the linear interpolation function i = a + ( b - a ) * f
- LinearInterpolation() - Constructor for class toxi.math.LinearInterpolation
- LineIntersection(Line2D.LineIntersection.Type, ReadonlyVec2D) - Constructor for class toxi.geom.Line2D.LineIntersection
- LineIntersection(Line2D.LineIntersection.Type, ReadonlyVec2D, float, float) - Constructor for class toxi.geom.Line2D.LineIntersection
- LINEN - Static variable in class toxi.color.NamedColor
- lines2D(List<? extends Line2D>) - Method in class toxi.processing.ToxiclibsSupport
- lines3D(List<? extends Line3D>) - Method in class toxi.processing.ToxiclibsSupport
- lineStrip2D(List<? extends Vec2D>) - Method in class toxi.processing.ToxiclibsSupport
-
Draws a 2D line strip using all points in the given list of vectors.
- lineStrip2D(List<? extends Vec2D>, float) - Method in class toxi.processing.ToxiclibsSupport
- lineStrip2D(LineStrip2D) - Method in class toxi.processing.ToxiclibsSupport
- LineStrip2D - Class in toxi.geom
- LineStrip2D() - Constructor for class toxi.geom.LineStrip2D
- LineStrip2D(Collection<? extends Vec2D>) - Constructor for class toxi.geom.LineStrip2D
- lineStrip3D(List<? extends Vec3D>) - Method in class toxi.processing.ToxiclibsSupport
-
Draws a 3D line strip using all points in the given list of vectors.
- lineStrip3D(List<? extends Vec3D>, float) - Method in class toxi.processing.ToxiclibsSupport
- lineStrip3D(LineStrip3D) - Method in class toxi.processing.ToxiclibsSupport
- LineStrip3D - Class in toxi.geom
- LineStrip3D() - Constructor for class toxi.geom.LineStrip3D
- LineStrip3D(Collection<? extends Vec3D>) - Constructor for class toxi.geom.LineStrip3D
- lineStrip4D(List<? extends Vec4D>) - Method in class toxi.processing.ToxiclibsSupport
-
Draws a 3D line strip using all points in the given list of 4D vectors.
- lineStrip4D(List<? extends Vec4D>, float) - Method in class toxi.processing.ToxiclibsSupport
- link - Variable in class toxi.data.feeds.RSSChannel
- link - Variable in class toxi.data.feeds.RSSItem
- links - Variable in class toxi.data.feeds.AtomEntry
- links - Variable in class toxi.data.feeds.AtomFeed
- links - Variable in class toxi.physics2d.ParticleString2D
- links - Variable in class toxi.physics3d.ParticleString3D
- load(String) - Method in class toxi.util.datatypes.TypedProperties
-
Attempts to load properties from the specified (absolute) file path (In Processing use sketchPath() or dataPath() to build absolute path).
- LOAD - Static variable in class toxi.util.FileUtils
-
FileDialog
constant - loadBinary(InputStream, String, int, Class<? extends Mesh3D>) - Method in class toxi.geom.mesh.STLReader
-
Attempts to load an STL model from the given
InputStream
. - loadBinary(InputStream, String, Class<? extends Mesh3D>) - Method in class toxi.geom.mesh.STLReader
-
Attempts to load an STL model from the given
InputStream
. - loadBinary(String, int, Class<? extends Mesh3D>) - Method in class toxi.geom.mesh.STLReader
-
Attempts to load an STL model from the given file path.
- loadBinary(String, Class<? extends Mesh3D>) - Method in class toxi.geom.mesh.STLReader
- loadBuffer(InputStream) - Method in class toxi.audio.JOALUtil
-
Loads a WAV file from the given
InputStream
. - loadBuffer(String) - Method in class toxi.audio.JOALUtil
-
Loads a WAV file (mono/stereo) from the specified file name
- loadBytes(InputStream) - Static method in class toxi.util.FileUtils
-
Loads the given
InputStream
into a byte array buffer. - loadText(BufferedReader) - Static method in class toxi.util.FileUtils
-
Loads the given
BufferedReader
as text, line by line into aString
. - loadText(InputStream) - Static method in class toxi.util.FileUtils
-
Loads the given
InputStream
as text, line by line into aString
using UTF-8 encoding. - loadText(InputStream, String) - Static method in class toxi.util.FileUtils
-
Loads the given
InputStream
as text, line by line into aString
using the specified encoding. - LocalGridTesselator - Class in toxi.geom
-
A concrete implementation of the abstract
GridTesselator
using a grid in polygon-local coordinate space for generating additional points within a polygon. - LocalGridTesselator(int) - Constructor for class toxi.geom.LocalGridTesselator
- locate(DelaunayVertex) - Method in class toxi.geom.mesh2d.DelaunayTriangulation
-
Locate the triangle with point inside it or on its boundary.
- lock() - Method in class toxi.physics2d.VerletParticle2D
-
Locks/immobilizes particle in space
- lock() - Method in class toxi.physics3d.VerletParticle3D
-
Locks/immobilizes particle in space
- lockA(boolean) - Method in class toxi.physics2d.VerletSpring2D
-
(Un)Locks the 1st end point of the spring.
- lockA(boolean) - Method in class toxi.physics3d.VerletSpring3D
-
(Un)Locks the 1st end point of the spring.
- lockB(boolean) - Method in class toxi.physics2d.VerletSpring2D
-
(Un)Locks the 2nd end point of the spring
- lockB(boolean) - Method in class toxi.physics3d.VerletSpring3D
-
(Un)Locks the 2nd end point of the spring
- LOG2 - Static variable in class toxi.math.MathUtils
-
Log(2)
- logger - Static variable in class toxi.audio.JOALUtil
- LONGEST_ENTITY - Static variable in class toxi.data.feeds.util.EntityStripper
-
Longest an entity can be 10, at least in our tables, including the lead & and trail ;.
- lookAt(ReadonlyVec3D, ReadonlyVec3D, ReadonlyVec3D) - Method in class toxi.geom.Matrix4x4
- LOWPASS - Enum constant in enum toxi.audio.IIRFilter.Type
- luminance() - Method in interface toxi.color.ReadonlyTColor
-
Computes the color's luminance using this formula: lum=0.299*red + 0.587*green + 0.114 *blue
- luminance() - Method in class toxi.color.TColor
- LUMINANCE - Static variable in class toxi.color.AccessCriteria
- LuminanceAccessor - Class in toxi.color
-
Compares 2 colors by their luminance values.
- LuminanceAccessor() - Constructor for class toxi.color.LuminanceAccessor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form