A B C D E F G H I J L M N O P Q R S T U V W X Y Z

T

tangentNormalOfEllipse(Vec2D, Vec2D) - Method in class toxi.geom.Vec2D
Calculates the normal vector on the given ellipse in the direction of the current point.
tangentPlaneNormalAt(Vec3D) - Method in class toxi.geom.Sphere
Calculates the normal vector on the sphere in the direction of the current point.
THIRD_PI - Static variable in class toxi.math.MathUtils
PI/3
THREE_HALVES_PI - Static variable in class toxi.math.MathUtils
PI*1.5
to2DXY() - Method in class toxi.geom.Vec3D
Creates a new 2D vector of the XY components.
to2DXZ() - Method in class toxi.geom.Vec3D
Creates a new 2D vector of the XZ components.
to2DYZ() - Method in class toxi.geom.Vec3D
Creates a new 2D vector of the YZ components.
to3DXY() - Method in class toxi.geom.Vec2D
Creates a 3D version of this vector in the XY plane.
to3DXZ() - Method in class toxi.geom.Vec2D
Creates a 3D version of this vector in the XZ plane.
to3DYZ() - Method in class toxi.geom.Vec2D
Creates a 3D version of this vector in the YZ plane.
toArray(double[]) - Method in class toxi.geom.Matrix4x4
Copies all matrix elements into an linear array.
toArray() - Method in class toxi.geom.Quaternion
 
toArray() - Method in class toxi.geom.Vec2D
 
toArray() - Method in class toxi.geom.Vec3D
 
toAxisAngle() - Method in class toxi.geom.Quaternion
Converts the quaternion into a float array consisting of: rotation angle in radians, rotation axis x,y,z
toCartesian() - Method in class toxi.geom.Vec2D
Converts the vector from polar to Cartesian space.
toCartesian() - Method in class toxi.geom.Vec3D
Converts the spherical vector back into cartesian coordinates.
toFloatArray(float[]) - Method in class toxi.geom.Matrix4x4
 
toLine2DWithPointAtDistance(float) - Method in class toxi.geom.Ray2D
Converts the ray into a 2D Line segment with its start point coinciding with the ray origin and its other end point at the given distance along the ray.
toLine3DWithPointAtDistance(float) - Method in class toxi.geom.Ray3D
Converts the ray into a 3D Line segment with its start point coinciding with the ray origin and its other end point at the given distance along the ray.
toMatrix4x4() - Method in class toxi.geom.Quaternion
 
toMesh() - Method in class toxi.geom.AABB
 
toMesh(String) - Method in class toxi.geom.AABB
 
toMesh() - Method in interface toxi.geom.AxisAlignedCylinder
Builds a TriangleMesh representation of the cylinder at a default resolution 30 degrees.
toMesh(int, float) - Method in interface toxi.geom.AxisAlignedCylinder
Builds a TriangleMesh representation of the cylinder using the given number of steps and start angle offset.
toMesh(int) - Method in class toxi.geom.Cone
 
toMesh(int, float) - Method in class toxi.geom.Cone
 
toMesh(String, int, float) - Method in class toxi.geom.Cone
 
toMesh(float) - Method in class toxi.geom.Plane
Creates a TriangleMesh representation of the plane as a finite, squared quad of the requested size, centred around the current plane point.
toMesh() - Method in class toxi.geom.XAxisCylinder
 
toMesh(int, float) - Method in class toxi.geom.XAxisCylinder
 
toMesh() - Method in class toxi.geom.YAxisCylinder
 
toMesh(int, float) - Method in class toxi.geom.YAxisCylinder
 
toMesh() - Method in class toxi.geom.ZAxisCylinder
 
toMesh(int, float) - Method in class toxi.geom.ZAxisCylinder
 
toPolar() - Method in class toxi.geom.Vec2D
Converts the current vector into polar coordinates.
toRay2D() - Method in class toxi.geom.Line2D
 
toRay3D() - Method in class toxi.geom.Line3D
 
toSpherical() - Method in class toxi.geom.Vec3D
Converts the vector into spherical coordinates.
toString() - Method in class toxi.geom.AABB
 
toString() - Method in class toxi.geom.Line2D.LineIntersection
 
toString() - Method in class toxi.geom.Line3D
 
toString() - Method in class toxi.geom.Matrix4x4
 
toString() - Method in class toxi.geom.mesh.TriangleMesh.Face
 
toString() - Method in class toxi.geom.mesh.TriangleMesh
 
toString() - Method in class toxi.geom.mesh.TriangleMesh.Vertex
 
toString() - Method in class toxi.geom.Plane
 
toString() - Method in class toxi.geom.PointOctree
 
toString() - Method in class toxi.geom.Quaternion
 
toString() - Method in class toxi.geom.Ray2D
 
toString() - Method in class toxi.geom.Ray3D
 
toString() - Method in class toxi.geom.Rect
 
toString() - Method in class toxi.geom.Triangle
 
toString() - Method in class toxi.geom.Triangle2D
 
toString() - Method in class toxi.geom.Vec2D
 
toString() - Method in class toxi.geom.Vec3D
 
toString() - Method in class toxi.math.waves.AbstractWave
 
toString() - Method in class toxi.util.datatypes.BiasedFloatRange
 
toString() - Method in class toxi.util.datatypes.BiasedIntegerRange
 
toString() - Method in class toxi.util.datatypes.DoubleRange
 
toString() - Method in class toxi.util.datatypes.FloatRange
 
toString() - Method in class toxi.util.datatypes.IntegerRange
 
toTransposedFloatArray(float[]) - Method in class toxi.geom.Matrix4x4
 
toxi.geom - package toxi.geom
 
toxi.geom.mesh - package toxi.geom.mesh
 
toxi.math - package toxi.math
 
toxi.math.conversion - package toxi.math.conversion
 
toxi.math.noise - package toxi.math.noise
 
toxi.math.waves - package toxi.math.waves
 
toxi.util.datatypes - package toxi.util.datatypes
 
transform(Matrix4x4) - Method in class toxi.geom.mesh.TriangleMesh
Applies the given matrix transform to all mesh vertices and updates all face normals.
transform(Matrix4x4, boolean) - Method in class toxi.geom.mesh.TriangleMesh
Applies the given matrix transform to all mesh vertices.
translate(double, double, double) - Method in class toxi.geom.Matrix4x4
 
translateSelf(double, double, double) - Method in class toxi.geom.Matrix4x4
 
transpose() - Method in class toxi.geom.Matrix4x4
Converts the matrix (in-place) between column-major to row-major order (and vice versa).
Triangle - Class in toxi.geom
 
Triangle() - Constructor for class toxi.geom.Triangle
 
Triangle(Vec3D, Vec3D, Vec3D) - Constructor for class toxi.geom.Triangle
 
Triangle2D - Class in toxi.geom
 
Triangle2D() - Constructor for class toxi.geom.Triangle2D
 
Triangle2D(Vec2D, Vec2D, Vec2D) - Constructor for class toxi.geom.Triangle2D
 
TriangleMesh - Class in toxi.geom.mesh
A class to dynamically build, manipulate & export triangle meshes.
TriangleMesh() - Constructor for class toxi.geom.mesh.TriangleMesh
 
TriangleMesh(String) - Constructor for class toxi.geom.mesh.TriangleMesh
Creates a new mesh instance with an initial buffer size of 1000 vertices & 3000 faces.
TriangleMesh(String, int, int) - Constructor for class toxi.geom.mesh.TriangleMesh
Creates a new mesh instance with the given initial buffer sizes.
TriangleMesh.Face - Class in toxi.geom.mesh
 
TriangleMesh.Vertex - Class in toxi.geom.mesh
 
TWO_PI - Static variable in class toxi.math.MathUtils
PI*2
TWO_PI - Static variable in class toxi.math.waves.AbstractWave
 
TypedProperties - Class in toxi.util.datatypes
Convenience wrapper providing typed access to Java Properties files.
TypedProperties() - Constructor for class toxi.util.datatypes.TypedProperties
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z