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
M
magnitude()
- Method in class toxi.geom.
Quaternion
magnitude()
- Method in class toxi.geom.
Vec2D
Calculates the magnitude/eucledian length of the vector
magnitude()
- Method in class toxi.geom.
Vec3D
Calculates the magnitude/eucledian length of the vector.
magSquared()
- Method in class toxi.geom.
Vec2D
Calculates only the squared magnitude/length of the vector.
magSquared()
- Method in class toxi.geom.
Vec3D
Calculates only the squared magnitude/length of the vector.
MATERIALISE
- Static variable in class toxi.geom.mesh.
STLWriter
MaterialiseSTLColorModel
- Class in
toxi.geom.mesh
MaterialiseSTLColorModel(int)
- Constructor for class toxi.geom.mesh.
MaterialiseSTLColorModel
MaterialiseSTLColorModel(int, boolean)
- Constructor for class toxi.geom.mesh.
MaterialiseSTLColorModel
MathUtils
- Class in
toxi.math
MathUtils()
- Constructor for class toxi.math.
MathUtils
matrix
- Variable in class toxi.geom.
Matrix4x4
Matrix4x4
- Class in
toxi.geom
Implements a simple row-major 4x4 matrix class, all matrix operations are applied to new instances.
Matrix4x4()
- Constructor for class toxi.geom.
Matrix4x4
Matrix4x4(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double)
- Constructor for class toxi.geom.
Matrix4x4
Matrix4x4(double[])
- Constructor for class toxi.geom.
Matrix4x4
Initialising constructor from a 1d array.
Matrix4x4(Matrix4x4)
- Constructor for class toxi.geom.
Matrix4x4
max(Vec2D, Vec2D)
- Static method in class toxi.geom.
Vec2D
Constructs a new vector consisting of the largest components of both vectors.
max(Vec2D)
- Method in class toxi.geom.
Vec2D
Constructs a new vector consisting of the largest components of both vectors.
max(Vec3D, Vec3D)
- Static method in class toxi.geom.
Vec3D
Constructs a new vector consisting of the largest components of both vectors.
max(double, double)
- Static method in class toxi.math.
MathUtils
max(double, double, double)
- Static method in class toxi.math.
MathUtils
max(float, float)
- Static method in class toxi.math.
MathUtils
max(float, float, float)
- Static method in class toxi.math.
MathUtils
Returns the maximum value of three floats.
max(int, int)
- Static method in class toxi.math.
MathUtils
max(int, int, int)
- Static method in class toxi.math.
MathUtils
Returns the maximum value of three ints.
max
- Variable in class toxi.util.datatypes.
DoubleRange
max
- Variable in class toxi.util.datatypes.
FloatRange
max
- Variable in class toxi.util.datatypes.
IntegerRange
MAX_VALUE
- Static variable in class toxi.geom.
Vec2D
Defines vector with both coords set to Float.MAX_VALUE.
MAX_VALUE
- Static variable in class toxi.geom.
Vec3D
Defines vector with all coords set to Float.MAX_VALUE.
maxHarmonics
- Variable in class toxi.math.waves.
FMHarmonicSquareWave
Maximum harmonics to add (make sure you stay under Nyquist freq), default = 9
maxSelf(Vec2D)
- Method in class toxi.geom.
Vec2D
Adjusts the vector components to the maximum values of both vectors
maxSelf(Vec3D)
- Method in class toxi.geom.
Vec3D
Max self.
maxX()
- Method in class toxi.geom.
AABB
Deprecated.
maxY()
- Method in class toxi.geom.
AABB
Deprecated.
maxZ()
- Method in class toxi.geom.
AABB
Deprecated.
merge(Rect)
- Method in class toxi.geom.
Rect
Deprecated.
use
Rect.union(Rect)
instead.
millisToPixels(double, int)
- Static method in class toxi.math.conversion.
UnitTranslator
Converts millimeters into pixels.
millisToPoints(double)
- Static method in class toxi.math.conversion.
UnitTranslator
Converts millimeters into PostScript points.
min(Vec2D, Vec2D)
- Static method in class toxi.geom.
Vec2D
Constructs a new vector consisting of the smallest components of both vectors.
min(Vec2D)
- Method in class toxi.geom.
Vec2D
Constructs a new vector consisting of the smallest components of both vectors.
min(Vec3D, Vec3D)
- Static method in class toxi.geom.
Vec3D
Constructs a new vector consisting of the smallest components of both vectors.
min(double, double)
- Static method in class toxi.math.
MathUtils
min(double, double, double)
- Static method in class toxi.math.
MathUtils
min(float, float)
- Static method in class toxi.math.
MathUtils
min(float, float, float)
- Static method in class toxi.math.
MathUtils
Returns the minimum value of three floats.
min(int, int)
- Static method in class toxi.math.
MathUtils
min(int, int, int)
- Static method in class toxi.math.
MathUtils
Returns the minimum value of three ints.
min
- Variable in class toxi.util.datatypes.
DoubleRange
min
- Variable in class toxi.util.datatypes.
FloatRange
min
- Variable in class toxi.util.datatypes.
IntegerRange
MIN_VALUE
- Static variable in class toxi.geom.
Vec2D
Defines vector with both coords set to Float.MIN_VALUE.
MIN_VALUE
- Static variable in class toxi.geom.
Vec3D
Defines vector with all coords set to Float.MIN_VALUE.
minSelf(Vec2D)
- Method in class toxi.geom.
Vec2D
Adjusts the vector components to the minimum values of both vectors
minSelf(Vec3D)
- Method in class toxi.geom.
Vec3D
Min self.
minX()
- Method in class toxi.geom.
AABB
Deprecated.
minY()
- Method in class toxi.geom.
AABB
Deprecated.
minZ()
- Method in class toxi.geom.
AABB
Deprecated.
modSelf(float)
- Method in class toxi.geom.
Vec3D
Applies a uniform modulo operation to the vector, using the same base for all components.
modSelf(float, float, float)
- Method in class toxi.geom.
Vec3D
Calculates modulo operation for each vector component separately.
multiply(double)
- Method in class toxi.geom.
Matrix4x4
multiply(Matrix4x4)
- Method in class toxi.geom.
Matrix4x4
Matrix-Matrix Right-multiplication.
multiply(Quaternion)
- Method in class toxi.geom.
Quaternion
multiplySelf(double)
- Method in class toxi.geom.
Matrix4x4
In-place matrix-scalar multiplication.
multiplySelf(Matrix4x4)
- Method in class toxi.geom.
Matrix4x4
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