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

G

GenericSet<T> - Class in toxi.util.datatypes
 
GenericSet(Collection<T>) - Constructor for class toxi.util.datatypes.GenericSet
 
GenericSet(T...) - Constructor for class toxi.util.datatypes.GenericSet
 
get(int) - Method in class toxi.util.datatypes.ArraySet
Get the item at the specified index.
getAbs() - Method in interface toxi.geom.ReadonlyVec2D
 
getAbs() - Method in interface toxi.geom.ReadonlyVec3D
Gets the abs.
getAbs() - Method in class toxi.geom.Vec2D
 
getAbs() - Method in class toxi.geom.Vec3D
 
getAlignmentQuat(ReadonlyVec3D, ReadonlyVec3D) - Static method in class toxi.geom.Quaternion
Constructs a quaternion that rotates the vector given by the "forward" param into the direction given by the "dir" param.
getAmp() - Method in class toxi.geom.mesh.subdiv.DisplacementSubdivision
 
getArea() - Method in class toxi.geom.Ellipse
Computes the area covered by the ellipse.
getArea() - Method in class toxi.geom.Polygon2D
Computes the area of the polygon, provided it isn't self intersecting.
getArea() - Method in class toxi.geom.Rect
 
getArea() - Method in interface toxi.geom.Shape2D
Computes the area of the shape.
getArea() - Method in class toxi.geom.Triangle2D
 
getAsNormalizedFloatArray(int[], int, int, int, float) - Static method in class toxi.util.datatypes.ArrayUtil
Creates a normalized version of the values of the given int[] array.
getAspect() - Method in class toxi.geom.Rect
Computes the aspect ratio of the rect as width over height.
getBaseColor() - Method in class toxi.geom.mesh.MaterialiseSTLColorModel
 
getBasePath() - Method in class toxi.util.FileSequenceDescriptor
Returns the base path of the sequence, i.e.
getBias() - Method in class toxi.util.datatypes.BiasedFloatRange
 
getBias() - Method in class toxi.util.datatypes.BiasedIntegerRange
 
getBoolean(String, boolean) - Method in class toxi.util.datatypes.TypedProperties
Returns a property as boolean.
getBottom() - Method in class toxi.geom.Rect
 
getBottomRight() - Method in class toxi.geom.Rect
 
getBoundingBox() - Method in interface toxi.geom.mesh.Mesh3D
Computes & returns the axis-aligned bounding box of the mesh.
getBoundingBox() - Method in class toxi.geom.mesh.TriangleMesh
 
getBoundingBox() - Method in class toxi.geom.PointCloud
 
getBoundingBox() - Method in class toxi.geom.Triangle3D
 
getBoundingSphere() - Method in interface toxi.geom.mesh.Mesh3D
Computes & returns the bounding sphere of the mesh.
getBoundingSphere() - Method in class toxi.geom.mesh.TriangleMesh
 
getBoundingSphere() - Method in class toxi.geom.PointCloud
 
getBounds() - Method in class toxi.geom.SutherlandHodgemanClipper
 
getBounds() - Method in class toxi.geom.Triangle2D
 
getByteArray(String) - Method in class toxi.util.datatypes.TypedProperties
Shorthand wrapper for TypedProperties.getByteArray(String, byte[]) automatically supplying an empty byte[] as default value.
getByteArray(String, byte[]) - Method in class toxi.util.datatypes.TypedProperties
Returns a comma delimited property value as byte[] array.
getCentroid() - Method in class toxi.geom.mesh.Face
 
getCentroid() - Method in class toxi.geom.PointCloud
 
getCentroid() - Method in class toxi.geom.Polygon2D
Computes the polygon's centre of mass.
getCentroid() - Method in class toxi.geom.Rect
Returns the centroid of the rectangle.
getChildren() - Method in class toxi.geom.PointOctree
 
getChildren() - Method in class toxi.geom.PointQuadtree
 
getCircumCircle() - Method in class toxi.geom.Triangle2D
 
getCircumference() - Method in class toxi.geom.Circle
 
getCircumference() - Method in class toxi.geom.Ellipse
Computes the approximate circumference of the ellipse, using this equation: 2 * PI * sqrt(1/2 * (rx*rx+ry*ry)).
getCircumference() - Method in class toxi.geom.Polygon2D
 
getCircumference() - Method in class toxi.geom.Rect
 
getCircumference() - Method in interface toxi.geom.Shape2D
Computes the shape's circumference.
getCircumference() - Method in class toxi.geom.Triangle2D
 
getClippedValueFor(double) - Method in class toxi.math.ScaleMap
Computes mapped value in the target interval and ensures the input value is clipped to source interval.
getClosestPointTo(ReadonlyVec2D) - Method in class toxi.geom.Triangle2D
Finds and returns the closest point on any of the triangle edges to the point given.
getClosestPointTo(ReadonlyVec3D) - Method in class toxi.geom.Triangle3D
Finds and returns the closest point on any of the triangle edges to the point given.
getClosestVertexToPoint(ReadonlyVec3D) - Method in interface toxi.geom.mesh.Mesh3D
 
getClosestVertexToPoint(ReadonlyVec3D) - Method in class toxi.geom.mesh.TriangleMesh
 
getClosestVertexToPoint(ReadonlyVec3D) - Method in class toxi.geom.mesh.WETriangleMesh
 
getCoefficients() - Method in class toxi.geom.Line3D.LineIntersection
 
getComponent(Vec2D.Axis) - Method in interface toxi.geom.ReadonlyVec2D
 
getComponent(int) - Method in interface toxi.geom.ReadonlyVec2D
 
getComponent(Vec3D.Axis) - Method in interface toxi.geom.ReadonlyVec3D
 
getComponent(int) - Method in interface toxi.geom.ReadonlyVec3D
 
getComponent(Vec2D.Axis) - Method in class toxi.geom.Vec2D
 
getComponent(int) - Method in class toxi.geom.Vec2D
 
getComponent(Vec3D.Axis) - Method in class toxi.geom.Vec3D
 
getComponent(int) - Method in class toxi.geom.Vec3D
 
getConjugate() - Method in class toxi.geom.Quaternion
Computes this quaternion's conjugate, defined as the same w around the inverted axis.
getConnectedNodesFor(N) - Method in class toxi.util.datatypes.UndirectedGraph
Report all the neighbors of node.
getConstrained(Rect) - Method in interface toxi.geom.ReadonlyVec2D
Creates a copy of the vector which forcefully fits in the given rectangle.
getConstrained(AABB) - Method in interface toxi.geom.ReadonlyVec3D
Creates a copy of the vector which forcefully fits in the given AABB.
getConstrained(Rect) - Method in class toxi.geom.Vec2D
 
getConstrained(AABB) - Method in class toxi.geom.Vec3D
 
getCurrent() - Method in class toxi.util.datatypes.DoubleRange
 
getCurrent() - Method in class toxi.util.datatypes.FloatRange
 
getCurrent() - Method in class toxi.util.datatypes.GenericSet
 
getCurrent() - Method in class toxi.util.datatypes.IntegerRange
 
getCurrent() - Method in class toxi.util.datatypes.IntegerSet
 
getCurrNormalOffset() - Method in class toxi.geom.mesh.OBJWriter
 
getCurrVertexOffset() - Method in class toxi.geom.mesh.OBJWriter
 
getDecimatedVertices(float) - Method in class toxi.geom.Spline2D
Computes a list of points along the spline which are uniformly separated by the given step distance.
getDecimatedVertices(float, boolean) - Method in class toxi.geom.Spline2D
Computes a list of points along the spline which are uniformly separated by the given step distance.
getDecimatedVertices(float) - Method in class toxi.geom.Spline3D
Computes a list of points along the spline which are uniformly separated by the given step distance.
getDecimatedVertices(float, boolean) - Method in class toxi.geom.Spline3D
Computes a list of points along the spline which are uniformly separated by the given step distance.
getDefaultInstance() - Static method in class toxi.math.SinCosLUT
 
getDefaultRGB() - Method in class toxi.geom.mesh.DefaultSTLColorModel
 
getDefaultRGB() - Method in class toxi.geom.mesh.MaterialiseSTLColorModel
 
getDefaultRGB() - Method in interface toxi.geom.mesh.STLColorModel
 
getDepth() - Method in class toxi.geom.mesh.Terrain
 
getDepth() - Method in class toxi.geom.PointOctree
 
getDepth() - Method in class toxi.geom.PointQuadtree
 
getDimensions() - Method in class toxi.geom.Rect
Returns a vector containing the width and height of the rectangle.
getDirection() - Method in class toxi.geom.Line2D
 
getDirection() - Method in class toxi.geom.Line3D
 
getDirection() - Method in class toxi.geom.Ray2D
Returns a copy of the ray's direction vector.
getDirection() - Method in class toxi.geom.Ray3D
Returns a copy of the ray's direction vector.
getDistanceToPoint(Vec3D) - Method in class toxi.geom.Plane
Calculates distance from the plane to point P.
getDistanceToPoint(Vec2D) - Method in class toxi.geom.Ray2D
Calculates the distance between the given point and the infinite line coinciding with this ray.
getDistanceToPoint(Vec3D) - Method in class toxi.geom.Ray3D
Calculates the distance between the given point and the infinite line coinciding with this ray.
getDuration() - Method in class toxi.util.FileSequenceDescriptor
Calculates sequence duration
getEdge(int) - Method in class toxi.geom.Rect
Returns one of the rectangles edges as Line2D.
getEdgeOrdering() - Method in class toxi.geom.mesh.subdiv.SubdivisionStrategy
Returns the Comparator used to sort a mesh's edge list based on a certain criteria.
getEdges() - Method in class toxi.geom.mesh.WEFace
 
getElements() - Method in class toxi.util.datatypes.WeightedRandomSet
 
getEstimatedArcLength() - Method in class toxi.geom.Spline2D
 
getEstimatedArcLength() - Method in class toxi.geom.Spline3D
 
getExtent() - Method in class toxi.geom.AABB
Returns the current box size as new Vec3D instance (updating this vector will NOT update the box size! Use AABB.setExtent(ReadonlyVec3D) for those purposes)
getFaceNormalsAsArray() - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled normal coordinates.
getFaceNormalsAsArray(float[], int, int) - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled normal coordinates.
getFaces() - Method in interface toxi.geom.mesh.Mesh3D
 
getFaces() - Method in class toxi.geom.mesh.TriangleMesh
 
getFaces() - Method in class toxi.geom.mesh.WingedEdge
 
getFacesAsArray() - Method in class toxi.geom.mesh.TriangleMesh
Builds an array of vertex indices of all faces.
getFileSequenceDescriptorFor(String) - Static method in class toxi.util.FileUtils
Analyses the given file path for a file sequence pattern and returns a FileSequenceDescriptor instance for further use to handle this sequence.
getFinalIndex() - Method in class toxi.util.FileSequenceDescriptor
Identifies the index of the last file of the sequence.
getFloat(String, float) - Method in class toxi.util.datatypes.TypedProperties
Returns a property as float.
getFloatArray(String) - Method in class toxi.util.datatypes.TypedProperties
Shorthand wrapper for TypedProperties.getFloatArray(String, float[]) automatically supplying an empty float[] array as default value.
getFloatArray(String, float[]) - Method in class toxi.util.datatypes.TypedProperties
Returns a comma delimited property value as float[] array.
getFloored() - Method in interface toxi.geom.ReadonlyVec2D
Creates a new vector whose components are the integer value of their current values
getFloored() - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector whose components are the integer value of their current values.
getFloored() - Method in class toxi.geom.Vec2D
 
getFloored() - Method in class toxi.geom.Vec3D
 
getFoci() - Method in class toxi.geom.Ellipse
 
getFrac() - Method in interface toxi.geom.ReadonlyVec2D
Creates a new vector whose components are the fractional part of their current values
getFrac() - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector whose components are the fractional part of their current values.
getFrac() - Method in class toxi.geom.Vec2D
 
getFrac() - Method in class toxi.geom.Vec3D
 
getFunction() - Method in class toxi.geom.mesh.SurfaceMeshBuilder
 
getHeightAtCell(int, int) - Method in class toxi.geom.mesh.Terrain
 
getHeightAtPoint(float, float) - Method in class toxi.geom.mesh.Terrain
Computes the elevation of the terrain at the given 2D world coordinate (based on current terrain scale).
getHexInt(String, int) - Method in class toxi.util.datatypes.TypedProperties
Returns a hexadecimal property as integer
getInputMedian() - Method in class toxi.math.ScaleMap
 
getInputRange() - Method in class toxi.math.ScaleMap
 
getInstanceOf(String) - Static method in class toxi.util.datatypes.SingletonRegistry
Creates or returns an instance of the class requested by name.
getInt(String, int) - Method in class toxi.util.datatypes.TypedProperties
Returns a property as integer.
getIntArray(String) - Method in class toxi.util.datatypes.TypedProperties
Shorthand wrapper for {TypedProperties.getIntArray(String, int[]) automatically supplying an empty int[] array as default value.
getIntArray(String, int[]) - Method in class toxi.util.datatypes.TypedProperties
Returns a comma delimited property value as int[] array.
getIntersectionData() - Method in class toxi.geom.CircleIntersector
 
getIntersectionData() - Method in interface toxi.geom.Intersector2D
 
getIntersectionData() - Method in interface toxi.geom.Intersector3D
 
getIntersectionData() - Method in class toxi.geom.mesh.TriangleMesh
 
getIntersectionData() - Method in class toxi.geom.Ray3DIntersector
 
getIntersectionData() - Method in class toxi.geom.SphereIntersectorReflector
 
getIntersectionData() - Method in class toxi.geom.TriangleIntersector
 
getIntersectionWithRay(Ray3D) - Method in class toxi.geom.Plane
Calculates the intersection point between plane and ray (line).
getInverted() - Method in class toxi.geom.Matrix4x4
 
getInverted() - Method in interface toxi.geom.ReadonlyVec2D
Scales vector uniformly by factor -1 ( v = -v )
getInverted() - Method in interface toxi.geom.ReadonlyVec3D
Scales vector uniformly by factor -1 ( v = -v ).
getInverted() - Method in class toxi.geom.Vec2D
 
getInverted() - Method in class toxi.geom.Vec3D
 
getItems() - Method in class toxi.util.datatypes.GenericSet
 
getLeafForPoint(ReadonlyVec3D) - Method in class toxi.geom.PointOctree
Finds the leaf node which spatially relates to the given point
getLeafForPoint(ReadonlyVec2D) - Method in class toxi.geom.PointQuadtree
Finds the leaf node which spatially relates to the given point
getLeft() - Method in class toxi.geom.Rect
 
getLength() - Method in class toxi.geom.AxisAlignedCylinder
 
getLength() - Method in class toxi.geom.Line2D
 
getLength() - Method in class toxi.geom.Line3D
 
getLength() - Method in class toxi.geom.Line3D.LineIntersection
 
getLengthSquared() - Method in class toxi.geom.Line2D
 
getLengthSquared() - Method in class toxi.geom.Line3D
 
getLimited(float) - Method in interface toxi.geom.ReadonlyVec2D
Creates a copy of the vector with its magnitude limited to the length given
getLimited(float) - Method in interface toxi.geom.ReadonlyVec3D
Creates a copy of the vector with its magnitude limited to the length given.
getLimited(float) - Method in class toxi.geom.Vec2D
 
getLimited(float) - Method in class toxi.geom.Vec3D
 
getLine() - Method in class toxi.geom.Line3D.LineIntersection
 
getListeners() - Method in class toxi.util.events.EventDispatcher
 
getMajorAxis() - Method in class toxi.geom.AxisAlignedCylinder
 
getMajorAxis() - Method in class toxi.geom.XAxisCylinder
 
getMajorAxis() - Method in class toxi.geom.YAxisCylinder
 
getMajorAxis() - Method in class toxi.geom.ZAxisCylinder
 
getMappedMedian() - Method in class toxi.math.ScaleMap
 
getMappedValueFor(double) - Method in class toxi.math.ScaleMap
Computes mapped value in the target interval.
getMatrix() - Method in class toxi.geom.Quaternion
Deprecated. use Quaternion.toMatrix4x4() instead
getMax() - Method in class toxi.geom.AABB
 
getMedian() - Method in class toxi.util.datatypes.DoubleRange
 
getMedian() - Method in class toxi.util.datatypes.FloatRange
 
getMedian() - Method in class toxi.util.datatypes.IntegerRange
 
getMesh() - Method in class toxi.geom.mesh.VertexSelector
Returns the associated mesh for this selector.
getMeshAsVertexArray() - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled vertex coordinates for all faces using a stride setting of 4, resulting in a serialized version of all mesh vertex coordinates suitable for VBOs.
getMeshAsVertexArray(float[], int, int) - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled vertex coordinates for all faces.
getMidPoint() - Method in class toxi.geom.Line2D
 
getMidPoint() - Method in class toxi.geom.Line3D
 
getMin() - Method in class toxi.geom.AABB
 
getMinNodeSize() - Method in class toxi.geom.PointOctree
Returns the minimum size of nodes (in world units).
getMinNodeSize() - Method in class toxi.geom.PointQuadtree
Returns the minimum size of nodes (in world units).
getNeighborInDirection(ReadonlyVec3D, float) - Method in class toxi.geom.mesh.WEVertex
 
getNeighbors() - Method in class toxi.geom.mesh.WEVertex
 
getNodes() - Method in class toxi.util.datatypes.UndirectedGraph
Returns an unmodifiable Set view of the nodes contained in this graph.
getNodeSize() - Method in class toxi.geom.PointOctree
 
getNodeSize() - Method in class toxi.geom.PointQuadtree
 
getNormal() - Method in class toxi.geom.Line2D
 
getNormal() - Method in class toxi.geom.Line3D
 
getNormalForPoint(ReadonlyVec3D) - Method in class toxi.geom.AABB
 
getNormalized() - Method in class toxi.geom.Quaternion
Computes normalized version of this quaternion.
getNormalized() - Method in interface toxi.geom.ReadonlyVec2D
Produces the normalized version as a new vector
getNormalized() - Method in interface toxi.geom.ReadonlyVec3D
Produces the normalized version as a new vector.
getNormalized() - Method in class toxi.geom.Vec2D
 
getNormalized() - Method in class toxi.geom.Vec3D
 
getNormalizedTo(float) - Method in interface toxi.geom.ReadonlyVec2D
Produces a new vector normalized to the given length.
getNormalizedTo(float) - Method in interface toxi.geom.ReadonlyVec3D
Produces a new vector normalized to the given length.
getNormalizedTo(float) - Method in class toxi.geom.Vec2D
 
getNormalizedTo(float) - Method in class toxi.geom.Vec3D
 
getNumChildren() - Method in class toxi.geom.PointOctree
 
getNumChildren() - Method in class toxi.geom.PointQuadtree
 
getNumFaces() - Method in interface toxi.geom.mesh.Mesh3D
Returns the number of triangles used.
getNumFaces() - Method in class toxi.geom.mesh.TriangleMesh
 
getNumPoints() - Method in class toxi.geom.Polygon2D
Returns the number of polygon vertices.
getNumPoints() - Method in class toxi.geom.Spline2D
Returns the number of key points.
getNumPoints() - Method in class toxi.geom.Spline3D
Returns the number of key points.
getNumVertices() - Method in interface toxi.geom.mesh.Mesh3D
Returns the number of actual vertices used (unique vertices).
getNumVertices() - Method in class toxi.geom.mesh.TriangleMesh
 
getOffset() - Method in class toxi.geom.PointOctree
 
getOffset() - Method in class toxi.geom.PointQuadtree
 
getOtherEndFor(WEVertex) - Method in class toxi.geom.mesh.WingedEdge
 
getOutputMedian() - Method in class toxi.math.ScaleMap
 
getOutputRange() - Method in class toxi.math.ScaleMap
 
getParent() - Method in class toxi.geom.PointOctree
 
getParent() - Method in class toxi.geom.PointQuadtree
 
getPathForIndex(int) - Method in class toxi.util.FileSequenceDescriptor
Constructs the file path for the given absolute index
getPeriod() - Method in class toxi.math.SinCosLUT
 
getPerpendicular() - Method in interface toxi.geom.ReadonlyVec2D
 
getPerpendicular() - Method in class toxi.geom.Vec2D
 
getPhiRange() - Method in class toxi.geom.mesh.SphereFunction
 
getPhiRange() - Method in class toxi.geom.mesh.SphericalHarmonics
 
getPhiRange() - Method in class toxi.geom.mesh.SuperEllipsoid
 
getPhiRange() - Method in interface toxi.geom.mesh.SurfaceFunction
 
getPhiResolutionLimit(int) - Method in class toxi.geom.mesh.SphereFunction
 
getPhiResolutionLimit(int) - Method in class toxi.geom.mesh.SphericalHarmonics
 
getPhiResolutionLimit(int) - Method in class toxi.geom.mesh.SuperEllipsoid
 
getPhiResolutionLimit(int) - Method in interface toxi.geom.mesh.SurfaceFunction
 
getPointAtDistance(float) - Method in class toxi.geom.Ray2D
 
getPointAtDistance(float) - Method in class toxi.geom.Ray3D
Returns the point at the given distance on the ray.
getPointList() - Method in class toxi.geom.Spline2D
 
getPointList() - Method in class toxi.geom.Spline3D
 
getPoints() - Method in class toxi.geom.PointOctree
 
getPoints() - Method in class toxi.geom.PointQuadtree
 
getPointsWithinBox(AABB) - Method in class toxi.geom.PointOctree
Selects all stored points within the given axis-aligned bounding box.
getPointsWithinRect(Rect) - Method in class toxi.geom.PointQuadtree
Selects all stored points within the given axis-aligned bounding box.
getPointsWithinSphere(Sphere) - Method in class toxi.geom.PointOctree
Selects all stored points within the given sphere volume
getPointsWithinSphere(Vec3D, float) - Method in class toxi.geom.PointOctree
Selects all stored points within the given sphere volume
getPos() - Method in class toxi.geom.Line2D.LineIntersection
 
getPosition() - Method in class toxi.geom.AxisAlignedCylinder
Returns the cylinder's position (centroid).
getPrecision() - Method in class toxi.math.SinCosLUT
 
getProjectedPoint(Vec3D) - Method in class toxi.geom.Plane
 
getRadii() - Method in class toxi.geom.Ellipse
 
getRadius() - Method in class toxi.geom.AxisAlignedCylinder
 
getRadius() - Method in class toxi.geom.Circle
 
getRandom() - Method in class toxi.util.datatypes.WeightedRandomSet
Returns a randomly picked element from the set.
getReciprocal() - Method in interface toxi.geom.ReadonlyVec2D
 
getReciprocal() - Method in interface toxi.geom.ReadonlyVec3D
Returns a multiplicative inverse copy of the vector.
getReciprocal() - Method in class toxi.geom.Vec2D
 
getReciprocal() - Method in class toxi.geom.Vec3D
 
getReflected(ReadonlyVec2D) - Method in interface toxi.geom.ReadonlyVec2D
 
getReflected(ReadonlyVec3D) - Method in interface toxi.geom.ReadonlyVec3D
 
getReflected(ReadonlyVec2D) - Method in class toxi.geom.Vec2D
 
getReflected(ReadonlyVec3D) - Method in class toxi.geom.Vec3D
 
getReflectedRayPointAtDistance(float) - Method in interface toxi.geom.Reflector3D
Returns the point on the reflected ray at given distance from the intersection point
getReflectedRayPointAtDistance(float) - Method in class toxi.geom.SphereIntersectorReflector
 
getReflectionAngle() - Method in interface toxi.geom.Reflector3D
 
getReflectionAngle() - Method in class toxi.geom.SphereIntersectorReflector
 
getRegions() - Method in class toxi.geom.mesh2d.Voronoi
 
getRegistry() - Static method in class toxi.util.datatypes.SingletonRegistry
Alternative, more conventional accessor to the singleton instance of the registry itself.
getRight() - Method in class toxi.geom.Rect
 
getRotated(float) - Method in interface toxi.geom.ReadonlyVec2D
Creates a new vector rotated by the given angle around the Z axis.
getRotated(float) - Method in class toxi.geom.Vec2D
 
getRotatedAroundAxis(ReadonlyVec3D, double) - Method in class toxi.geom.Matrix4x4
 
getRotatedAroundAxis(Vec3D, float) - Method in class toxi.geom.mesh.TriangleMesh
 
getRotatedAroundAxis(Vec3D, float) - Method in class toxi.geom.mesh.WETriangleMesh
 
getRotatedAroundAxis(ReadonlyVec3D, float) - Method in interface toxi.geom.ReadonlyVec3D
Gets the rotated around axis.
getRotatedAroundAxis(ReadonlyVec3D, float) - Method in class toxi.geom.Vec3D
 
getRotatedX(double) - Method in class toxi.geom.Matrix4x4
 
getRotatedX(float) - Method in class toxi.geom.mesh.TriangleMesh
 
getRotatedX(float) - Method in class toxi.geom.mesh.WETriangleMesh
 
getRotatedX(float) - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector rotated by the given angle around the X axis.
getRotatedX(float) - Method in class toxi.geom.Vec3D
 
getRotatedY(double) - Method in class toxi.geom.Matrix4x4
 
getRotatedY(float) - Method in class toxi.geom.mesh.TriangleMesh
 
getRotatedY(float) - Method in class toxi.geom.mesh.WETriangleMesh
 
getRotatedY(float) - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector rotated by the given angle around the Y axis.
getRotatedY(float) - Method in class toxi.geom.Vec3D
 
getRotatedZ(double) - Method in class toxi.geom.Matrix4x4
 
getRotatedZ(float) - Method in class toxi.geom.mesh.TriangleMesh
 
getRotatedZ(float) - Method in class toxi.geom.mesh.WETriangleMesh
 
getRotatedZ(float) - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector rotated by the given angle around the Z axis.
getRotatedZ(float) - Method in class toxi.geom.Vec3D
 
getScaled(float) - Method in class toxi.geom.mesh.TriangleMesh
 
getScaled(Vec3D) - Method in class toxi.geom.mesh.TriangleMesh
 
getScaled(float) - Method in class toxi.geom.mesh.WETriangleMesh
 
getScaled(Vec3D) - Method in class toxi.geom.mesh.WETriangleMesh
 
getSelection() - Method in class toxi.geom.mesh.VertexSelector
Returns the actual collection of selected vertices
getSharpness() - Method in class toxi.math.SigmoidInterpolation
 
getSignum() - Method in interface toxi.geom.ReadonlyVec2D
Creates a new vector in which all components are replaced with the signum of their original values.
getSignum() - Method in interface toxi.geom.ReadonlyVec3D
Creates a new vector in which all components are replaced with the signum of their original values.
getSignum() - Method in class toxi.geom.Vec2D
 
getSignum() - Method in class toxi.geom.Vec3D
 
getSinLUT() - Method in class toxi.math.SinCosLUT
 
getSites() - Method in class toxi.geom.mesh2d.Voronoi
 
getSize() - Method in class toxi.geom.PointOctree
 
getSize() - Method in class toxi.geom.PointQuadtree
 
getSphere() - Method in class toxi.geom.SphereIntersectorReflector
 
getStandardDeviation() - Method in class toxi.util.datatypes.BiasedFloatRange
 
getStandardDeviation() - Method in class toxi.util.datatypes.BiasedIntegerRange
 
getStartIndex() - Method in class toxi.util.FileSequenceDescriptor
Returns the index of the first file of the sequence.
getStringArray(String) - Method in class toxi.util.datatypes.TypedProperties
 
getStringArray(String, String[]) - Method in class toxi.util.datatypes.TypedProperties
 
getTangentPoints(ReadonlyVec2D) - Method in class toxi.geom.Circle
 
getTheta() - Method in class toxi.geom.Line2D
 
getThetaRange() - Method in class toxi.geom.mesh.SphereFunction
 
getThetaRange() - Method in class toxi.geom.mesh.SphericalHarmonics
 
getThetaRange() - Method in class toxi.geom.mesh.SuperEllipsoid
 
getThetaRange() - Method in interface toxi.geom.mesh.SurfaceFunction
 
getThetaResolutionLimit(int) - Method in class toxi.geom.mesh.SphereFunction
 
getThetaResolutionLimit(int) - Method in class toxi.geom.mesh.SphericalHarmonics
 
getThetaResolutionLimit(int) - Method in class toxi.geom.mesh.SuperEllipsoid
 
getThetaResolutionLimit(int) - Method in interface toxi.geom.mesh.SurfaceFunction
 
getTightness() - Method in class toxi.geom.Spline2D
 
getTightness() - Method in class toxi.geom.Spline3D
 
getTop() - Method in class toxi.geom.Rect
 
getTopLeft() - Method in class toxi.geom.Rect
 
getTranslated(Vec3D) - Method in class toxi.geom.mesh.TriangleMesh
 
getTranslated(Vec3D) - Method in class toxi.geom.mesh.WETriangleMesh
 
getTransposed() - Method in class toxi.geom.Matrix4x4
 
getTriangle() - Method in class toxi.geom.TriangleIntersector
 
getTriangles() - Method in class toxi.geom.mesh2d.Voronoi
 
getType() - Method in class toxi.geom.Line2D.LineIntersection
 
getType() - Method in class toxi.geom.Line3D.LineIntersection
 
getUniqueVerticesAsArray() - Method in class toxi.geom.mesh.TriangleMesh
 
getVector() - Method in enum toxi.geom.Vec2D.Axis
 
getVector() - Method in enum toxi.geom.Vec3D.Axis
 
getVertexAtPoint(Vec3D) - Method in class toxi.geom.mesh.TriangleMesh
 
getVertexAtPoint(Vec3D) - Method in class toxi.geom.mesh.WETriangleMesh
 
getVertexForID(int) - Method in class toxi.geom.mesh.TriangleMesh
 
getVertexForID(int) - Method in class toxi.geom.mesh.WETriangleMesh
 
getVertexNormalsAsArray() - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled vertex normal coordinates for all faces.
getVertexNormalsAsArray(float[], int, int) - Method in class toxi.geom.mesh.TriangleMesh
Creates an array of unravelled vertex normal coordinates for all faces.
getVertices(Vertex[]) - Method in class toxi.geom.mesh.Face
 
getVertices() - Method in interface toxi.geom.mesh.Mesh3D
 
getVertices() - Method in class toxi.geom.mesh.TriangleMesh
 
getVertices(WEVertex[]) - Method in class toxi.geom.mesh.WEFace
 
getWidth() - Method in class toxi.geom.mesh.Terrain
 
GMT - Static variable in class toxi.util.DateUtils
 

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