Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
R
RAD2DEG
- Static variable in class toxi.math.
MathUtils
Radians to degrees conversion factor
radians(float)
- Static method in class toxi.math.
MathUtils
radiansToHertz(float, float)
- Static method in class toxi.math.waves.
AbstractWave
Converts a frequency from radians to Hertz.
radius
- Variable in class toxi.geom.
Sphere
radiusNorth
- Variable in class toxi.geom.
Cone
radiusSouth
- Variable in class toxi.geom.
Cone
random(float)
- Static method in class toxi.math.
MathUtils
random(float, float)
- Static method in class toxi.math.
MathUtils
random(int)
- Static method in class toxi.math.
MathUtils
random(int, int)
- Static method in class toxi.math.
MathUtils
random(Random, double)
- Static method in class toxi.math.
MathUtils
random(Random, double, double)
- Static method in class toxi.math.
MathUtils
random(Random, float)
- Static method in class toxi.math.
MathUtils
random(Random, float, float)
- Static method in class toxi.math.
MathUtils
random(Random, int)
- Static method in class toxi.math.
MathUtils
random(Random, int, int)
- Static method in class toxi.math.
MathUtils
randomVector()
- Static method in class toxi.geom.
Vec2D
Static factory method.
randomVector(Random)
- Static method in class toxi.geom.
Vec2D
Static factory method.
randomVector()
- Static method in class toxi.geom.
Vec3D
Static factory method.
randomVector(Random)
- Static method in class toxi.geom.
Vec3D
Static factory method.
Ray2D
- Class in
toxi.geom
A simple 2D ray datatype
Ray2D()
- Constructor for class toxi.geom.
Ray2D
Ray2D(float, float, Vec2D)
- Constructor for class toxi.geom.
Ray2D
Ray2D(Vec2D, Vec2D)
- Constructor for class toxi.geom.
Ray2D
Ray3D
- Class in
toxi.geom
A simple 3D ray datatype
Ray3D()
- Constructor for class toxi.geom.
Ray3D
Ray3D(float, float, float, Vec3D)
- Constructor for class toxi.geom.
Ray3D
Ray3D(Vec3D, Vec3D)
- Constructor for class toxi.geom.
Ray3D
reciprocal()
- Method in class toxi.geom.
Vec2D
reciprocal()
- Method in class toxi.geom.
Vec3D
Replaces the vector components with their multiplicative inverse.
Rect
- Class in
toxi.geom
Rect()
- Constructor for class toxi.geom.
Rect
Constructs an empty rectangle at point 0,0 with no dimensions.
Rect(float, float, float, float)
- Constructor for class toxi.geom.
Rect
Constructs a new rectangle using a point and dimensions
Rect(Vec2D, Vec2D)
- Constructor for class toxi.geom.
Rect
Constructs a new rectangle defined by its top left and bottom right points.
reduceAngle(double)
- Static method in class toxi.math.
MathUtils
reduceAngle(float)
- Static method in class toxi.math.
MathUtils
Reduces the given angle into the -PI/4 ...
Reflector
- Interface in
toxi.geom
Generic interface for ray reflection with 3D geometry
reflectRay(Ray3D)
- Method in interface toxi.geom.
Reflector
Reflects given ray on the entity's surface
reflectRay(Ray3D)
- Method in class toxi.geom.
SphereIntersectorReflector
REGISTRY
- Static variable in class toxi.util.datatypes.
SingletonRegistry
The singleton instance of the registry itself.
remove(Vec3D)
- Method in class toxi.geom.
PointOctree
Removes a point from the tree and (optionally) tries to release memory by reducing now empty sub-branches.
removeAll(Collection<Vec3D>)
- Method in class toxi.geom.
PointOctree
removePoint(Vec3D)
- Method in class toxi.geom.
PointCloud
reset()
- Method in class toxi.math.waves.
AbstractWave
Resets the wave phase to the last set phase value (via
AbstractWave.setPhase(float)
.
reset()
- Method in class toxi.math.waves.
AMFMSineWave
Resets this wave and its modulating waves as well.
reset()
- Method in class toxi.math.waves.
FMHarmonicSquareWave
Resets this wave and its modulating wave as well.
reset()
- Method in class toxi.math.waves.
FMSawtoothWave
Resets this wave and its modulating wave as well.
reset()
- Method in class toxi.math.waves.
FMSineWave
Resets this wave and its modulating wave as well.
reset()
- Method in class toxi.math.waves.
FMSquareWave
Resets this wave and its modulating wave as well.
reset()
- Method in class toxi.math.waves.
FMTriangleWave
Resets this wave and its modulating wave as well.
resolution
- Variable in class toxi.geom.
BernsteinPolynomial
reverse(byte[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied byte array.
reverse(char[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied char array.
reverse(float[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied float array.
reverse(int[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied int array.
reverse(short[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied short array.
reverse(T[])
- Static method in class toxi.util.datatypes.
ArrayUtil
Reverses the item order of the supplied array (generic types).
rotate(float)
- Method in class toxi.geom.
Vec2D
Rotates the vector by the given angle around the Z axis.
rotateAroundAxis(Vec3D, double)
- Method in class toxi.geom.
Matrix4x4
Applies rotation about arbitrary axis to matrix
rotateAroundAxis(Vec3D, float)
- Method in class toxi.geom.
Vec3D
Rotates the vector around the giving axis.
rotateX(double)
- Method in class toxi.geom.
Matrix4x4
Applies rotation about X to this matrix.
rotateX(float)
- Method in class toxi.geom.
Vec3D
Rotates the vector by the given angle around the X axis.
rotateY(double)
- Method in class toxi.geom.
Matrix4x4
Applies rotation about Y to this matrix.
rotateY(float)
- Method in class toxi.geom.
Vec3D
Rotates the vector by the given angle around the Y axis.
rotateZ(double)
- Method in class toxi.geom.
Matrix4x4
rotateZ(float)
- Method in class toxi.geom.
Vec3D
Rotates the vector by the given angle around the Z axis.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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