Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- v - Variable in class toxi.sim.grayscott.GrayScott
- value - Variable in class toxi.data.feeds.AtomContent
- value - Variable in class toxi.math.waves.AbstractWave
- valueOf(String) - Static method in enum com.toxi.net.ServerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.audio.AudioBuffer.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.audio.IIRFilter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.BooleanShapeBuilder.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.Line2D.LineIntersection.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.Line3D.LineIntersection.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.Plane.Classifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.PointQuadtree.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.Vec2D.Axis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.geom.Vec3D.Axis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum toxi.processing.ArrowModifier.Type
-
Returns the enum constant of this type with the specified name.
- values - Variable in class toxi.geom.GVector
- values() - Static method in enum com.toxi.net.ServerState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.audio.AudioBuffer.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.audio.IIRFilter.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.BooleanShapeBuilder.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.Line2D.LineIntersection.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.Line3D.LineIntersection.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.Plane.Classifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.PointQuadtree.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.Vec2D.Axis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.geom.Vec3D.Axis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum toxi.processing.ArrowModifier.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vec2D - Class in toxi.geom
-
Comprehensive 2D vector class with additional basic intersection and collision detection features.
- Vec2D() - Constructor for class toxi.geom.Vec2D
-
Creates a new zero vector
- Vec2D(float[]) - Constructor for class toxi.geom.Vec2D
- Vec2D(float, float) - Constructor for class toxi.geom.Vec2D
-
Creates a new vector with the given coordinates
- Vec2D(ReadonlyVec2D) - Constructor for class toxi.geom.Vec2D
-
Creates a new vector with the coordinates of the given vector
- Vec2D.Axis - Enum in toxi.geom
- Vec3D - Class in toxi.geom
-
Comprehensive 3D vector class with additional basic intersection and collision detection features.
- Vec3D() - Constructor for class toxi.geom.Vec3D
-
Creates a new zero vector.
- Vec3D(float[]) - Constructor for class toxi.geom.Vec3D
- Vec3D(float, float, float) - Constructor for class toxi.geom.Vec3D
-
Creates a new vector with the given coordinates.
- Vec3D(ReadonlyVec3D) - Constructor for class toxi.geom.Vec3D
-
Creates a new vector with the coordinates of the given vector.
- Vec3D.Axis - Enum in toxi.geom
- Vec3DTest - Class in toxi.test.geom
- Vec3DTest() - Constructor for class toxi.test.geom.Vec3DTest
- Vec4D - Class in toxi.geom
- Vec4D() - Constructor for class toxi.geom.Vec4D
- Vec4D(float, float, float, float) - Constructor for class toxi.geom.Vec4D
- Vec4D(ReadonlyVec3D, float) - Constructor for class toxi.geom.Vec4D
- Vec4D(ReadonlyVec4D) - Constructor for class toxi.geom.Vec4D
- velocitySolver() - Method in class toxi.sim.fluids.FluidSolver2D
-
The basic velocity solving routine as described by Stam.
- VerletConstrainedSpring2D - Class in toxi.physics2d
-
Implements a spring whose maximum relaxation distance at every time step can be limited to achieve better (if physically incorrect) stability of the whole spring system.
- VerletConstrainedSpring2D(VerletParticle2D, VerletParticle2D, float, float) - Constructor for class toxi.physics2d.VerletConstrainedSpring2D
- VerletConstrainedSpring2D(VerletParticle2D, VerletParticle2D, float, float, float) - Constructor for class toxi.physics2d.VerletConstrainedSpring2D
- VerletConstrainedSpring3D - Class in toxi.physics3d
-
Implements a spring whose maximum relaxation distance at every time step can be limited to achieve better (if physically incorrect) stability of the whole spring system.
- VerletConstrainedSpring3D(VerletParticle3D, VerletParticle3D, float, float) - Constructor for class toxi.physics3d.VerletConstrainedSpring3D
- VerletConstrainedSpring3D(VerletParticle3D, VerletParticle3D, float, float, float) - Constructor for class toxi.physics3d.VerletConstrainedSpring3D
- VerletMinDistanceSpring2D - Class in toxi.physics2d
-
Implements a string which will only enforce its rest length if the current distance is less than its rest length.
- VerletMinDistanceSpring2D(VerletParticle2D, VerletParticle2D, float, float) - Constructor for class toxi.physics2d.VerletMinDistanceSpring2D
- VerletMinDistanceSpring3D - Class in toxi.physics3d
-
Implements a string which will only enforce its rest length if the current distance is less than its rest length.
- VerletMinDistanceSpring3D(VerletParticle3D, VerletParticle3D, float, float) - Constructor for class toxi.physics3d.VerletMinDistanceSpring3D
- VerletParticle2D - Class in toxi.physics2d
-
An individual 3D particle for use by the VerletPhysics and VerletSpring classes.
- VerletParticle2D(float, float) - Constructor for class toxi.physics2d.VerletParticle2D
-
Creates particle at position xyz
- VerletParticle2D(float, float, float) - Constructor for class toxi.physics2d.VerletParticle2D
-
Creates particle at position xyz with weight w
- VerletParticle2D(ReadonlyVec2D) - Constructor for class toxi.physics2d.VerletParticle2D
-
Creates particle at the position of the passed in vector
- VerletParticle2D(ReadonlyVec2D, float) - Constructor for class toxi.physics2d.VerletParticle2D
-
Creates particle with weight w at the position of the passed in vector
- VerletParticle2D(VerletParticle2D) - Constructor for class toxi.physics2d.VerletParticle2D
-
Creates a copy of the passed in particle
- VerletParticle3D - Class in toxi.physics3d
-
An individual 3D particle for use by the VerletPhysics and VerletSpring classes.
- VerletParticle3D(float, float, float) - Constructor for class toxi.physics3d.VerletParticle3D
-
Creates particle at position xyz
- VerletParticle3D(float, float, float, float) - Constructor for class toxi.physics3d.VerletParticle3D
-
Creates particle at position xyz with weight w
- VerletParticle3D(ReadonlyVec3D) - Constructor for class toxi.physics3d.VerletParticle3D
-
Creates particle at the position of the passed in vector
- VerletParticle3D(ReadonlyVec3D, float) - Constructor for class toxi.physics3d.VerletParticle3D
-
Creates particle with weight w at the position of the passed in vector
- VerletParticle3D(VerletParticle3D) - Constructor for class toxi.physics3d.VerletParticle3D
-
Creates a copy of the passed in particle
- VerletPhysics2D - Class in toxi.physics2d
-
3D particle physics engine using Verlet integration based on: http://en.wikipedia.org/wiki/Verlet_integration http://www.teknikus.dk/tj/gdc2001.htm
- VerletPhysics2D() - Constructor for class toxi.physics2d.VerletPhysics2D
-
Initializes a Verlet engine instance using the default values.
- VerletPhysics2D(Vec2D, int, float, float) - Constructor for class toxi.physics2d.VerletPhysics2D
-
Initializes an Verlet engine instance with the passed in configuration.
- VerletPhysics3D - Class in toxi.physics3d
-
3D particle physics engine using Verlet integration based on: http://en.wikipedia.org/wiki/Verlet_integration http://www.teknikus.dk/tj/gdc2001.htm
- VerletPhysics3D() - Constructor for class toxi.physics3d.VerletPhysics3D
-
Initializes a Verlet engine instance using the default values.
- VerletPhysics3D(Vec3D, int, float, float) - Constructor for class toxi.physics3d.VerletPhysics3D
-
Initializes an Verlet engine instance with the passed in configuration.
- VerletSpring2D - Class in toxi.physics2d
-
A spring class connecting two VerletParticles in space.
- VerletSpring2D(VerletParticle2D, VerletParticle2D, float, float) - Constructor for class toxi.physics2d.VerletSpring2D
- VerletSpring3D - Class in toxi.physics3d
-
A spring class connecting two VerletParticles in space.
- VerletSpring3D(VerletParticle3D, VerletParticle3D, float, float) - Constructor for class toxi.physics3d.VerletSpring3D
- version - Variable in class toxi.data.feeds.RSSFeed
- VERSION - Variable in class toxi.geom.mesh.OBJWriter
- vertex(ReadonlyVec2D) - Method in class toxi.processing.ToxiclibsSupport
- vertex(ReadonlyVec3D) - Method in class toxi.processing.ToxiclibsSupport
- vertex(Vec2D) - Method in class toxi.processing.ToxiclibsSupport
- vertex(Vec3D) - Method in class toxi.geom.mesh.OBJWriter
- vertex(Vec3D) - Method in class toxi.processing.ToxiclibsSupport
- Vertex - Class in toxi.geom.mesh
- Vertex(Vec3D, int) - Constructor for class toxi.geom.mesh.Vertex
- VertexSelector - Class in toxi.geom.mesh
-
Abstract parent class for selecting mesh vertices and manipulating resulting selections using set theory operations.
- VertexSelector(Mesh3D) - Constructor for class toxi.geom.mesh.VertexSelector
-
Creates a new selector assigned to the given mesh
- vertices - Variable in class toxi.geom.mesh.TriangleMesh
-
Vertex buffer & lookup index when adding new faces
- vertices - Variable in class toxi.geom.Polygon2D
- vertices - Variable in class toxi.newmesh.IndexedTriangleMesh
- VIOLET - Static variable in class toxi.color.NamedColor
- visc - Variable in class toxi.sim.fluids.FluidSolver3D
- visitNode(PointOctree) - Method in interface toxi.geom.OctreeVisitor
-
Applies the procedure defined by an implementation of this interface to the given tree node.
- visitNode(PointQuadtree) - Method in interface toxi.geom.QuadtreeVisitor
-
Applies the procedure defined by an implementation of this interface to the given tree node.
- vLength() - Method in class toxi.geom.nurbs.ControlNet
-
Get number of ControlPoints in v direction
- VolumetricBrush - Class in toxi.volume
- VolumetricBrush(VolumetricSpace) - Constructor for class toxi.volume.VolumetricBrush
- VolumetricHashMap - Class in toxi.volume
- VolumetricHashMap(Vec3D, int, int, int, float) - Constructor for class toxi.volume.VolumetricHashMap
- VolumetricSpace - Class in toxi.volume
- VolumetricSpace(Vec3D, int, int, int) - Constructor for class toxi.volume.VolumetricSpace
- VolumetricSpaceArray - Class in toxi.volume
- VolumetricSpaceArray(Vec3D, int, int, int) - Constructor for class toxi.volume.VolumetricSpaceArray
- VolumetricSpaceArray(Vec3D, int, int, int, float[]) - Constructor for class toxi.volume.VolumetricSpaceArray
- VolumetricTest - Class in toxi.test
- VolumetricTest() - Constructor for class toxi.test.VolumetricTest
- Voronoi - Class in toxi.geom.mesh2d
- Voronoi() - Constructor for class toxi.geom.mesh2d.Voronoi
- Voronoi(float) - Constructor for class toxi.geom.mesh2d.Voronoi
- vorticityConfinement(float[], float[]) - Method in class toxi.sim.fluids.FluidSolver2D
-
Calculate the vorticity confinement force for each cell in the fluid grid.
- voxelizeMesh(Mesh3D) - Method in class toxi.volume.MeshVoxelizer
- voxelizeMesh(Mesh3D, float) - Method in class toxi.volume.MeshVoxelizer
- voxelSize - Variable in class toxi.volume.VolumetricSpace
- vsCircumcircle(DelaunayVertex[]) - Method in class toxi.geom.mesh2d.DelaunayVertex
-
Test relation between this DelaunayVertex and circumcircle of a simplex.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form