Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- aboutEqual(double, double, double) - Static method in class de.arstwo.twotil.math.MathUtil
-
Checks if two doubles are equal within the given tolerance.
- aboutEqual(float, float, float) - Static method in class de.arstwo.twotil.math.MathUtil
-
Checks if two floats are equal within the given tolerance.
- abs(byte) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- abs(double) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- abs(float) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- abs(int) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- abs(long) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- abs(short) - Static method in class de.arstwo.twotil.math.MathUtil
-
Much faster but less generic abs implementation.
- accept(T) - Method in interface de.arstwo.twotil.functional.ThrowingConsumer
- access(Consumer<T>) - Method in class de.arstwo.twotil.Guarded
-
Accesses the target and supplies it to the given consumer when ready.
- add(float, float, float) - Method in class de.arstwo.twotil.math.Vector4f
-
Adds the given values to this vector.
- add(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Performs a matrix addition of this and other.
- add(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Adds the given vector to this vector.
- addX(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Adds a specific value to the x component of this vector.
- addY(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Adds a specific value to the y component of this vector.
- addZ(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Adds a specific value to the z component of this vector.
- allMatch(Predicate<T>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns true if all values pass the given validator.
- AND(Predicate<T>...) - Static method in class de.arstwo.twotil.Util
-
Creates a new predicate that is equivalent to AND together the given predicates.
- anyFail(Predicate<T>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns true if at least one value fails the given validator.
- anyMatch(Predicate<T>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns true if at least one value passes the given validator.
- apply(K) - Method in class de.arstwo.twotil.Cached
-
Necessary for functional usage.
- apply(T) - Method in interface de.arstwo.twotil.functional.ThrowingFunction
B
- buffer - Variable in class de.arstwo.twotil.math.Matrix4f
- buffer - Variable in class de.arstwo.twotil.math.Vector4f
- buffer() - Method in class de.arstwo.twotil.math.Matrix4f
-
Returns the internal float buffer for direct access.
- buffer() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the underlying FloatBuffer for direct access.
C
- cached(Function<I, O>) - Static method in class de.arstwo.twotil.Cached
-
Convenience accessor for functional feeling.
- Cached<K,
V> - Class in de.arstwo.twotil -
Simple key->value caching functionality, for both as a class and functional usage.
- Cached(Function<K, V>) - Constructor for class de.arstwo.twotil.Cached
-
Creates a new cache with source as the supplier.
- clear() - Method in class de.arstwo.twotil.Cached
-
Clears the cache.
- clone() - Method in class de.arstwo.twotil.math.Matrix4f
- clone() - Method in class de.arstwo.twotil.math.Vector4f
- COLS - Static variable in class de.arstwo.twotil.math.Matrix4f
- compareDatesASC(Function<T, Date>) - Static method in class de.arstwo.twotil.Util
-
Creates a comparator that sorts data based on their associated dates ascending.
- compareDatesDESC(Function<T, Date>) - Static method in class de.arstwo.twotil.Util
-
Creates a comparator that sorts data based on their associated dates descending.
- cross(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Calculates the cross product between this vector and another.
D
- data - Variable in class de.arstwo.twotil.math.Matrix4f
- data - Variable in class de.arstwo.twotil.math.Vector4f
- de.arstwo.twotil - package de.arstwo.twotil
- de.arstwo.twotil.functional - package de.arstwo.twotil.functional
- de.arstwo.twotil.math - package de.arstwo.twotil.math
- dot(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Calculates the dot product between this vector and another.
- doubledPermutationTable - Variable in class de.arstwo.twotil.math.SimplexNoise
-
Class members
E
- equals(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
- equals(Matrix4f, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Checks if this is equal to other within the given delta for precision
- equals(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
- equals(Object) - Method in class de.arstwo.twotil.math.Matrix4f
- equals(Object) - Method in class de.arstwo.twotil.math.Vector4f
- every(long, TemporalUnit) - Static method in class de.arstwo.twotil.IntervalChecker
-
Creates a new IntervalChecker with the specified time interval.
- executeIfDue(Runnable) - Method in class de.arstwo.twotil.IntervalChecker
-
Executes the specified operation if the interval has expired.
F
- fileOlderThan(long, TemporalUnit) - Static method in class de.arstwo.twotil.FileUtil
-
Creates a predicate for a functional context to test if a file is older than a given time frame.
- FileUtil - Class in de.arstwo.twotil
-
Various file-related utility functions.
- first(Predicate<T>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns the first element that passes the given validator.
- firstNonBlank(T...) - Static method in class de.arstwo.twotil.Util
-
Returns the first non-blank element.
- firstNonEmpty(T...) - Static method in class de.arstwo.twotil.Util
-
Returns the first non-empty element.
- firstNonNull(T...) - Static method in class de.arstwo.twotil.Util
-
Returns the first non-null element.
- firstOrThrow(Predicate<T>, Supplier<E>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns the first element that passes the given validator, otherwise throw the supplied throwable.
- forceChecked() - Method in class de.arstwo.twotil.IntervalChecker
-
Forces a new time interval.
- forceDue() - Method in class de.arstwo.twotil.IntervalChecker
-
Forces the timer to indicate that the interval time has expired at the next check.
G
- generateNoiseStretcher(double, double) - Method in class de.arstwo.twotil.math.SimplexNoise
-
Generates a stretched 2D view of this noise with the given values.
- generateNoiseStretcher(double, double, double) - Method in class de.arstwo.twotil.math.SimplexNoise
-
Generates a stretched 3D view of this noise with the given values.
- get() - Method in interface de.arstwo.twotil.functional.ThrowingSupplier
- get() - Method in class de.arstwo.twotil.LazyInit
- get(int) - Method in class de.arstwo.twotil.Partition
-
Returns a chunk of the partitioned content with the given index.
- get(K) - Method in class de.arstwo.twotil.Cached
-
Gets a value from the cache or the source.
- getAllClassesFromPackage(String) - Static method in class de.arstwo.twotil.Util
-
Creates a list of all classes in a given package using the current ClassLoader.
- getIdentityMatrix() - Static method in class de.arstwo.twotil.math.Matrix4f
-
Returns a new identity matrix.
- getNoise(double, double) - Method in class de.arstwo.twotil.math.NoiseStretch
-
Gets the specific stretched noise value at a given 2D position
- getNoise(double, double, double) - Method in class de.arstwo.twotil.math.NoiseStretch
-
Gets the specific stretched noise value at a given 3D position
- getOrDefault(T, Supplier<T>) - Static method in class de.arstwo.twotil.Util
-
Functional convenience function to return the given value, or a default value if it is null.
- getOrDefaultExceptional(T, ThrowingSupplier<T, E>) - Static method in class de.arstwo.twotil.Util
-
Functional convenience function to return the given value, or a default value if it is null.
- getStackTrace() - Static method in class de.arstwo.twotil.Util
-
Gets the current stack trace as a string for debugging.
- getX() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the X component of this vector.
- getY() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the Y component of this vector.
- getZ() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the Z component of this vector.
- groupList(List<V>, Function<V, K>) - Static method in class de.arstwo.twotil.Util
-
Convenience function to group a list of items by a specific function and return a map.
- groupListSorted(List<V>, Function<V, K>, Comparator<V>) - Static method in class de.arstwo.twotil.Util
-
Convenience function to group a list of items by a specific function and return a map.
- Guarded<T> - Class in de.arstwo.twotil
-
Functional approach of thread-safe lock access to a given target.
- Guarded(T) - Constructor for class de.arstwo.twotil.Guarded
- Guarded(T, boolean) - Constructor for class de.arstwo.twotil.Guarded
H
- hashCode() - Method in class de.arstwo.twotil.math.Matrix4f
- hashCode() - Method in class de.arstwo.twotil.math.Vector4f
I
- IDENTITY - Static variable in class de.arstwo.twotil.math.Matrix4f
- IntervalChecker - Class in de.arstwo.twotil
-
A utility class designed for managing and checking time intervals in a thread-safe manner.
- inverseMap(Map<K, V>) - Static method in class de.arstwo.twotil.Util
-
Creates the inverse of a Map, as in: returns a map where all values point to the corresponding keys that link to them in the original map.
- isBlank(T) - Static method in class de.arstwo.twotil.Util
-
Tests whether or not something is either null or contains no relevant content.
- isDirection() - Method in class de.arstwo.twotil.math.Vector4f
-
Checks if this vector is a directional vector.
- isEmpty(T) - Static method in class de.arstwo.twotil.Util
-
Tests whether or not something is either null or contains no content at all.
- isNotBlank(T) - Static method in class de.arstwo.twotil.Util
- isNotEmpty(T) - Static method in class de.arstwo.twotil.Util
- isPosition() - Method in class de.arstwo.twotil.math.Vector4f
-
Checks if this vector is a position (point in space) vector.
J
- joinNonBlank(String, String...) - Static method in class de.arstwo.twotil.Util
-
Joins all non-blank items together.
L
- LazyInit<T> - Class in de.arstwo.twotil
-
Initializes something on the first use.
- LazyInit(Supplier<T>) - Constructor for class de.arstwo.twotil.LazyInit
- length() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the length of this vector.
- LENGTH - Static variable in class de.arstwo.twotil.math.Matrix4f
- LENGTH - Static variable in class de.arstwo.twotil.math.Vector4f
- lengthSquared() - Method in class de.arstwo.twotil.math.Vector4f
-
Returns the squared length of this vector.
M
- mapIfPresent(T, Function<T, R>) - Static method in class de.arstwo.twotil.Util
-
Functional convenience function to map the given value if present, or otherwise return null.
- mapIfPresentExceptional(T, ThrowingFunction<T, R, E>) - Static method in class de.arstwo.twotil.Util
-
Functional convenience function to map the given value if present, or otherwise return null.
- mapList(List<T>, Function<T, R>) - Static method in class de.arstwo.twotil.Util
-
Convenience function to map a whole list with a given mapper and returns the result in a new list.
- MathUtil - Class in de.arstwo.twotil.math
-
Various math-related content that fits nowhere else.
- Matrix4f - Class in de.arstwo.twotil.math
-
A 3D Matrix implentation for Quaternions using floats.
- Matrix4f() - Constructor for class de.arstwo.twotil.math.Matrix4f
-
Creats a new Matrix4f with all values setColumnMajor to 0.
- multiply(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Performs a matrix multiplication of this and other.
N
- newThread(Runnable) - Method in class de.arstwo.twotil.PriorityThreadFactory
- noise - Variable in class de.arstwo.twotil.math.NoiseStretch
- noise(double, double) - Method in class de.arstwo.twotil.math.SimplexNoise
-
Noise value at a given 2D position
- noise(double, double, double) - Method in class de.arstwo.twotil.math.SimplexNoise
-
Noise value at a given 3D position
- noise(double, double, double, double) - Method in class de.arstwo.twotil.math.SimplexNoise
-
Noise value at a given 4D position
- NoiseStretch - Class in de.arstwo.twotil.math
-
A helper class that stretches a given SimplexNoise on 2 or 3 axis.
- NoiseStretch(SimplexNoise, double, double) - Constructor for class de.arstwo.twotil.math.NoiseStretch
-
Creates a new 2D NoiseStretch with the given values.
- NoiseStretch(SimplexNoise, double, double, double) - Constructor for class de.arstwo.twotil.math.NoiseStretch
-
Creates a new 3D NoiseStretch with the given values.
- noneMatch(Predicate<T>, T...) - Static method in class de.arstwo.twotil.Util
-
Returns true if no value passes the given validator.
- normalize() - Method in class de.arstwo.twotil.math.Vector4f
-
Normalizes this vector to a length of 1.
O
- of(List<T>, int) - Static method in class de.arstwo.twotil.Partition
-
Creates a partitioned view of a given list with a given chunk size.
- OR(Predicate<T>...) - Static method in class de.arstwo.twotil.Util
-
Creates a new predicate that is equivalent to OR together the given predicates.
P
- Partition<T> - Class in de.arstwo.twotil
-
Separates a given list into smaller chunks (partitions).
- PriorityThreadFactory - Class in de.arstwo.twotil
-
A ThreadFactory to create threads with a given priority.
- PriorityThreadFactory(String, int) - Constructor for class de.arstwo.twotil.PriorityThreadFactory
- process(Function<T, R>) - Method in class de.arstwo.twotil.Guarded
-
Accesses the target, supplies it to the given function when ready and returns the computed result.
R
- rotate(float, float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Rotates this matrix around a given axis.
- rotate(float, Vector4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Rotates this matrix around a given axis.
- ROWS - Static variable in class de.arstwo.twotil.math.Matrix4f
S
- scale(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Scales this vector by the given magnitude.
- set(float[]) - Method in class de.arstwo.twotil.math.Vector4f
-
Sets all values of this vector to those of a given float array.
- set(float, float, float) - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the vector to the given values without changing the W value.
- set(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Copy constructor.
- set(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Copy constructor.
- setColumnMajor(float[]) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets the data of this matrix to the given external data represented in that array.
- setIdentity() - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to identity values.
- setIsDirection() - Method in class de.arstwo.twotil.math.Vector4f
-
Sets this vector to be a direactional vector.
- setIsPosition() - Method in class de.arstwo.twotil.math.Vector4f
-
Sets this vector to be a position (point in space) vector.
- setLook(float, float, float, float, float, float, float, float, float, float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to a look matrix (an imaginary camera in 3D space looking into a specific direction) with the given float values.
- setLook(Vector4f, Vector4f, Vector4f, Vector4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to a look matrix (an imaginary camera in 3D space looking into a specific direction) with the given Vector4f values.
- setOrthogonalProjection() - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to be an orthogonal (2D) projection.
- setProjection(float, float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to be a projection matrix with the given values.
- setRotation(float, float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to be a fixed rotation around a given axis.
- setRotation(float, Vector4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets this matrix to be a fixed rotation around a given axis.
- setRowMajor(float[]) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets the data of this matrix to the given external data represented in that array, that is in a row-major format.
- setTranslate(float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets the translation components of this matrix with the given values.
- setTranspose() - Method in class de.arstwo.twotil.math.Matrix4f
-
Transposes this matrix (flips it diagonally).
- setUnchecked(float[]) - Method in class de.arstwo.twotil.math.Matrix4f
-
Internal function to setColumnMajor the data of this matrix without checking it.
- setUnchecked(float[]) - Method in class de.arstwo.twotil.math.Vector4f
-
Internal function to set the data of this vector without checking it.
- setX(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the x value of this vector.
- setY(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the y value of this vector.
- setZ(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the z value of this vector.
- setZero() - Method in class de.arstwo.twotil.math.Matrix4f
-
Sets the content of this matrix to all 0.
- setZero() - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the x,y,z content of this vector to all zero.
- setZeroDirection() - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the x,y,z content of this vector to all zero and turns it into a directional vector.
- setZeroPosition() - Method in class de.arstwo.twotil.math.Vector4f
-
Sets the x,y,z content of this vector to all zero and turns it into a position (point in space).
- shear(float, float, float) - Method in class de.arstwo.twotil.math.Vector4f
-
Shears this vector with the given vector components.
- shearX(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Shears this vector on the x-axis only.
- shearY(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Shears this vector on the y-axis only.
- shearZ(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Shears this vector on the z-axis only.
- SimplexNoise - Class in de.arstwo.twotil.math
-
Implementation of SimplexNoise for 2D, 3D and 4D
- SimplexNoise(Random) - Constructor for class de.arstwo.twotil.math.SimplexNoise
-
Creates a new SimplexNoise with the given Random generator.
- size() - Method in class de.arstwo.twotil.Partition
- SIZE_BYTE - Static variable in class de.arstwo.twotil.math.Matrix4f
- SIZE_BYTE - Static variable in class de.arstwo.twotil.math.Vector4f
- startOfMonth(Date) - Static method in class de.arstwo.twotil.Util
-
Returns the 1st day at 0:00 of the month of a given date.
- stretchX - Variable in class de.arstwo.twotil.math.NoiseStretch
- stretchY - Variable in class de.arstwo.twotil.math.NoiseStretch
- stretchZ - Variable in class de.arstwo.twotil.math.NoiseStretch
- sub(float, float, float) - Method in class de.arstwo.twotil.math.Vector4f
-
Subtracts the given values to this vector.
- sub(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Performs a matrix subtraction of this and other.
- sub(Vector4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Subtracts the given vector to this vector.
- subX(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Subtracts a specific value to the x component of this vector.
- subY(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Subtracts a specific value to the y component of this vector.
- subZ(float) - Method in class de.arstwo.twotil.math.Vector4f
-
Subtracts a specific value to the z component of this vector.
T
- ThrowingConsumer<T,
E> - Interface in de.arstwo.twotil.functional - ThrowingFunction<T,
R, - Interface in de.arstwo.twotil.functionalE> -
A Function that can encapsulate functions that throw an exception.
- ThrowingSupplier<R,
E> - Interface in de.arstwo.twotil.functional -
A Supplier that can also throw an exception.
- TO_DEGREE - Static variable in class de.arstwo.twotil.math.MathUtil
- TO_DEGREE_D - Static variable in class de.arstwo.twotil.math.MathUtil
- TO_RADIANS - Static variable in class de.arstwo.twotil.math.MathUtil
- TO_RADIANS_D - Static variable in class de.arstwo.twotil.math.MathUtil
- toDate(LocalDate) - Static method in class de.arstwo.twotil.Util
-
Converts a LocalDate into a Date by applying the systems default timezone.
- toLocalDate(Date) - Static method in class de.arstwo.twotil.Util
-
Converts a Date into a LocalDate by applying the systems default timezone.
- toString() - Method in class de.arstwo.twotil.math.Matrix4f
- toString() - Method in class de.arstwo.twotil.math.Vector4f
- transform(Matrix4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Transforms this vector using the given matrix.
- translate(float, float, float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given values.
- translate(Matrix4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given other matrix.
- translate(Matrix4f) - Method in class de.arstwo.twotil.math.Vector4f
-
Translates this vector using the given matrix.
- translate(Vector4f) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given Vector4f.
- translateX(float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given x values.
- translateY(float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given y values.
- translateZ(float) - Method in class de.arstwo.twotil.math.Matrix4f
-
Translates this matrix by the given z values.
- tryAccess(Consumer<T>) - Method in class de.arstwo.twotil.Guarded
-
Try immediate access to the target and forward it to the given consumer.
- tryDeletePath(Path) - Static method in class de.arstwo.twotil.FileUtil
-
Tries to delete a given path, catches potential IOExceptions, and returns true on success, false otherwise.
- tryProcess(Function<T, R>) - Method in class de.arstwo.twotil.Guarded
-
Try to access the target immediately, supplies it to the given function when ready and possibly returns the computed result.
U
- unzipRootOnly(Path, Path) - Static method in class de.arstwo.twotil.FileUtil
-
Extracts the content of a zip file to a given target directory.
- updateIfDue() - Method in class de.arstwo.twotil.IntervalChecker
-
Checks the interval and atomically resets the timer if the time has expired.
- Util - Class in de.arstwo.twotil
-
Colletion of various utility functions that fit nowhere else.
V
- variatedPermutationTable - Variable in class de.arstwo.twotil.math.SimplexNoise
- Vector4f - Class in de.arstwo.twotil.math
-
A 3D Vector implentation (Quaternion) using floats.
- Vector4f() - Constructor for class de.arstwo.twotil.math.Vector4f
-
Create a new empty vector with all values set to 0.
- Vector4f(float, float, float, boolean) - Constructor for class de.arstwo.twotil.math.Vector4f
-
Creates a new vector with the given values.
W
- W - Static variable in class de.arstwo.twotil.math.Vector4f
- WW - Static variable in class de.arstwo.twotil.math.Matrix4f
- WX - Static variable in class de.arstwo.twotil.math.Matrix4f
-
Matrix constants for easier access: | xx xy xz xw | | yx yy yz yw | | zx zy zz zw | | wx wy wz ww | Note that OpenGL expects the matrix in format xy, yx, ..., zw, ww
- WY - Static variable in class de.arstwo.twotil.math.Matrix4f
- WZ - Static variable in class de.arstwo.twotil.math.Matrix4f
X
- X - Static variable in class de.arstwo.twotil.math.Vector4f
- XW - Static variable in class de.arstwo.twotil.math.Matrix4f
- XX - Static variable in class de.arstwo.twotil.math.Matrix4f
-
Matrix constants for easier access: | xx xy xz xw | | yx yy yz yw | | zx zy zz zw | | wx wy wz ww | Note that OpenGL expects the matrix in format xy, yx, ..., zw, ww
- XY - Static variable in class de.arstwo.twotil.math.Matrix4f
- XZ - Static variable in class de.arstwo.twotil.math.Matrix4f
Y
- Y - Static variable in class de.arstwo.twotil.math.Vector4f
- YW - Static variable in class de.arstwo.twotil.math.Matrix4f
- YX - Static variable in class de.arstwo.twotil.math.Matrix4f
-
Matrix constants for easier access: | xx xy xz xw | | yx yy yz yw | | zx zy zz zw | | wx wy wz ww | Note that OpenGL expects the matrix in format xy, yx, ..., zw, ww
- YY - Static variable in class de.arstwo.twotil.math.Matrix4f
- YZ - Static variable in class de.arstwo.twotil.math.Matrix4f
Z
- Z - Static variable in class de.arstwo.twotil.math.Vector4f
- ZW - Static variable in class de.arstwo.twotil.math.Matrix4f
- ZX - Static variable in class de.arstwo.twotil.math.Matrix4f
-
Matrix constants for easier access: | xx xy xz xw | | yx yy yz yw | | zx zy zz zw | | wx wy wz ww | Note that OpenGL expects the matrix in format xy, yx, ..., zw, ww
- ZY - Static variable in class de.arstwo.twotil.math.Matrix4f
- ZZ - Static variable in class de.arstwo.twotil.math.Matrix4f
All Classes and Interfaces|All Packages|Constant Field Values