Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

EARTH_RADIUS - Static variable in class toxi.geom.Sphere
Earth's mean radius in km (http://en.wikipedia.org/wiki/Earth_radius#Mean_radii)
EdgeLengthComparator - Class in toxi.geom.mesh.subdiv
Comparator used by SubdivisionStrategy.getEdgeOrdering() to define the order of edges to be subdivided.
EdgeLengthComparator() - Constructor for class toxi.geom.mesh.subdiv.EdgeLengthComparator
 
edges - Variable in class toxi.geom.mesh.WEFace
 
edges - Variable in class toxi.geom.mesh.WETriangleMesh
WEVertex buffer & lookup index when adding new faces
edges - Variable in class toxi.geom.mesh.WEVertex
 
ellipse(Ellipse) - Method in class toxi.processing.ToxiclibsSupport
 
Ellipse - Class in toxi.geom
This class defines a 2D ellipse and provides several utility methods for it.
Ellipse() - Constructor for class toxi.geom.Ellipse
 
Ellipse(float, float) - Constructor for class toxi.geom.Ellipse
 
Ellipse(float, float, float) - Constructor for class toxi.geom.Ellipse
 
Ellipse(float, float, float, float) - Constructor for class toxi.geom.Ellipse
 
Ellipse(ReadonlyVec2D, float) - Constructor for class toxi.geom.Ellipse
 
Ellipse(ReadonlyVec2D, ReadonlyVec2D) - Constructor for class toxi.geom.Ellipse
 
empty() - Method in class toxi.geom.PointOctree
 
EMPTY - Enum constant in enum toxi.geom.PointQuadtree.Type
 
enableFacetColors(boolean) - Method in class toxi.geom.mesh.MaterialiseSTLColorModel
 
enclosures - Variable in class toxi.data.feeds.RSSItem
 
end - Variable in class toxi.util.FileSequenceDescriptor
 
END - Enum constant in enum toxi.processing.ArrowModifier.Type
 
endSave() - Method in class toxi.geom.mesh.OBJWriter
 
endSave() - Method in class toxi.geom.mesh.STLWriter
 
EntityStripper - Class in toxi.data.feeds.util
Strips HTML entities such as " from a string, replacing them by their Unicode equivalents.
EntityStripper() - Constructor for class toxi.data.feeds.util.EntityStripper
 
entries - Variable in class toxi.data.feeds.AtomFeed
 
EnvTest - Class in toxi.test
 
EnvTest() - Constructor for class toxi.test.EnvTest
 
EPS - Static variable in class toxi.math.MathUtils
Epsilon value
epsilonEquals(GMatrix, double) - Method in class toxi.geom.GMatrix
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(GMatrix, float) - Method in class toxi.geom.GMatrix
Deprecated.
Use epsilonEquals(GMatrix, double) instead
epsilonEquals(Matrix3d, double) - Method in class toxi.geom.Matrix3d
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
epsilonEquals(Matrix4f, float) - Method in class toxi.geom.Matrix4f
Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.
equalizeConnectCurves(NurbsCurve[]) - Method in class toxi.geom.nurbs.CurveUtils
 
equals(Object) - Method in class toxi.color.TColor
 
equals(Object) - Method in class toxi.geom.GMatrix
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class toxi.geom.GVector
Returns true if the Object o1 is of type GMatrix and all of the data members of o1 are equal to the corresponding data members in this GMatrix.
equals(Object) - Method in class toxi.geom.Line2D
 
equals(Object) - Method in class toxi.geom.Line3D
 
equals(Object) - Method in class toxi.geom.Matrix3d
Returns true if the Object t1 is of type Matrix3d and all of the data members of t1 are equal to the corresponding data members in this Matrix3d.
equals(Object) - Method in class toxi.geom.Matrix4f
Returns true if the Object t1 is of type Matrix4f and all of the data members of t1 are equal to the corresponding data members in this Matrix4f.
equals(Object) - Method in class toxi.geom.mesh2d.DelaunayTriangle
 
equals(Object) - Method in class toxi.geom.mesh2d.DelaunayVertex
 
equals(Object) - Method in interface toxi.geom.ReadonlyVec2D
 
equals(Object) - Method in interface toxi.geom.ReadonlyVec3D
 
equals(Object) - Method in interface toxi.geom.ReadonlyVec4D
 
equals(Object) - Method in class toxi.geom.Rect
Returns true if the Object o is of type Rect and all of the data members of o are equal to the corresponding data members in this rectangle.
equals(Object) - Method in class toxi.geom.Vec2D
Returns true if the Object v is of type ReadonlyVec2D and all of the data members of v are equal to the corresponding data members in this vector.
equals(Object) - Method in class toxi.geom.Vec3D
Returns true if the Object v is of type ReadonlyVec3D and all of the data members of v are equal to the corresponding data members in this vector.
equals(Object) - Method in class toxi.geom.Vec4D
Returns true if the Object v is of type ReadonlyVec4D and all of the data members of v are equal to the corresponding data members in this vector.
equals(Object) - Method in class toxi.newmesh.AttributedEdge
 
equals(GMatrix) - Method in class toxi.geom.GMatrix
Returns true if all of the data members of GMatrix m1 are equal to the corresponding data members in this GMatrix.
equals(GVector) - Method in class toxi.geom.GVector
Returns true if all of the data members of GVector vector1 are equal to the corresponding data members in this GVector.
equals(Matrix3d) - Method in class toxi.geom.Matrix3d
Returns true if all of the data members of Matrix3d m1 are equal to the corresponding data members in this Matrix3d.
equals(Matrix4f) - Method in class toxi.geom.Matrix4f
Returns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.
equals(ReadonlyVec2D) - Method in class toxi.geom.Vec2D
Returns true if all of the data members of ReadonlyVec2D v are equal to the corresponding data members in this vector.
equals(ReadonlyVec3D) - Method in class toxi.geom.Vec3D
Returns true if the Object v is of type ReadonlyVec3D and all of the data members of v are equal to the corresponding data members in this vector.
equals(ReadonlyVec4D) - Method in class toxi.geom.Vec4D
Returns true if the Object v is of type Vec4D and all of the data members of v are equal to the corresponding data members in this vector.
equalsWithTolerance(GVector, double) - Method in class toxi.geom.GVector
Returns true if the L-infinite distance between this vector and vector v is less than or equal to the tolerance parameter, otherwise returns false.
equalsWithTolerance(ReadonlyVec2D, float) - Method in interface toxi.geom.ReadonlyVec2D
Compares this vector with the one given.
equalsWithTolerance(ReadonlyVec2D, float) - Method in class toxi.geom.Vec2D
 
equalsWithTolerance(ReadonlyVec3D, float) - Method in interface toxi.geom.ReadonlyVec3D
Compares this vector with the one given.
equalsWithTolerance(ReadonlyVec3D, float) - Method in class toxi.geom.Vec3D
 
equalsWithTolerance(ReadonlyVec4D, float) - Method in interface toxi.geom.ReadonlyVec4D
Compares this vector with the one given.
equalsWithTolerance(ReadonlyVec4D, float) - Method in class toxi.geom.Vec4D
 
erodeAll() - Method in class toxi.sim.erosion.ErosionFunction
Destructively erodes the given array.
erodeAt(int, int) - Method in class toxi.sim.erosion.ErosionFunction
 
erodeAt(int, int) - Method in class toxi.sim.erosion.TalusAngleErosion
 
erodeAt(int, int) - Method in class toxi.sim.erosion.ThermalErosion
 
erodePixels(int[], int, int, boolean) - Static method in class toxi.image.util.Filter8bit
 
erodePixels(PImage, boolean) - Static method in class toxi.image.util.Filter8bit
 
erodeWithinPolygon(Polygon2D) - Method in class toxi.sim.erosion.ErosionFunction
 
ErosionFunction - Class in toxi.sim.erosion
Abstract parent class for various 2D erosion simulations, implemented as sub-classes.
ErosionFunction() - Constructor for class toxi.sim.erosion.ErosionFunction
 
EventDispatcher<T> - Class in toxi.util.events
 
EventDispatcher() - Constructor for class toxi.util.events.EventDispatcher
 
EvolvableMatrix - Interface in toxi.sim.automata
 
evolve(EvolvableMatrix) - Method in class toxi.sim.automata.CARule2D
 
evolve(EvolvableMatrix) - Method in class toxi.sim.automata.CAWolfram1D
 
evolve(EvolvableMatrix) - Method in interface toxi.sim.automata.MatrixEvolver
 
execute(String[]) - Method in class com.toxi.net.UDPSyncServer
Main entry point for CLI.
ExponentialInterpolation - Class in toxi.math
Exponential curve interpolation with adjustable exponent.
ExponentialInterpolation() - Constructor for class toxi.math.ExponentialInterpolation
Default constructor uses square parabola (exp=2)
ExponentialInterpolation(float) - Constructor for class toxi.math.ExponentialInterpolation
 
extend(double...) - Method in class toxi.geom.mesh2d.DelaunayVertex
Create a new DelaunayVertex by adding additional coordinates to this DelaunayVertex.
extension - Variable in class toxi.util.FileSequenceDescriptor
 
extrudeCurve(NurbsCurve, Vec3D) - Static method in class toxi.geom.nurbs.NurbsCreator
Perform a linear extrusion of the given NurbsCurve along the supplied vector to produce a new NurbsSurface.
extrudeFace(AttributedFace, Vec3D, float) - Method in class toxi.newmesh.IndexedTriangleMesh
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form