- AAffineTransform - Class in mikera.transformz
-
Abstract base class for affine transformations
- AAffineTransform() - Constructor for class mikera.transformz.AAffineTransform
-
- absolute() - Method in class mikera.vectorz.AVector
-
- add(AMatrix) - Method in class mikera.matrixx.AMatrix
-
Adds another matrix to this matrix.
- add(ArrayVector) - Method in class mikera.vectorz.ArrayVector
-
- add(ArrayVector, int) - Method in class mikera.vectorz.ArrayVector
-
- add(AVector) - Method in class mikera.vectorz.AVector
-
Adds another vector to this one
- add(AVector, int) - Method in class mikera.vectorz.AVector
-
Adds another vector to this one
- add(ArrayVector) - Method in class mikera.vectorz.impl.ArraySubVector
-
- add(AVector) - Method in class mikera.vectorz.impl.JoinedVector
-
- add(AVector, int) - Method in class mikera.vectorz.impl.JoinedVector
-
- add(List<Object>) - Method in class mikera.vectorz.util.MatrixBuilder
-
- add(double) - Method in class mikera.vectorz.util.VectorBuilder
-
- add(ArrayVector, int) - Method in class mikera.vectorz.Vector
-
- add(AVector) - Method in class mikera.vectorz.Vector
-
- add(Vector2) - Method in class mikera.vectorz.Vector2
-
- add(double, double, double) - Method in class mikera.vectorz.Vector3
-
- add(Vector3) - Method in class mikera.vectorz.Vector3
-
- add(double, double, double, double) - Method in class mikera.vectorz.Vector4
-
- addMultiple(AMatrix, double) - Method in class mikera.matrixx.AMatrix
-
- addMultiple(ArrayVector, double) - Method in class mikera.vectorz.ArrayVector
-
- addMultiple(AVector, double) - Method in class mikera.vectorz.AVector
-
Adds a scaled multiple of another vector to this one
- addMultiple(Vector, Index, double) - Method in class mikera.vectorz.AVector
-
- addMultiple(ArrayVector, double) - Method in class mikera.vectorz.impl.ArraySubVector
-
- addMultiple(ArrayVector, double) - Method in class mikera.vectorz.Vector
-
- addMultiple(AVector, double) - Method in class mikera.vectorz.Vector
-
- addMultiple(Vector, Index, double) - Method in class mikera.vectorz.Vector
-
- addMultiple(Vector2, double) - Method in class mikera.vectorz.Vector2
-
- addMultiple(double, double, double, double) - Method in class mikera.vectorz.Vector3
-
- addMultiple(Vector3, double) - Method in class mikera.vectorz.Vector3
-
- addMultiple(double, double, double, double, double) - Method in class mikera.vectorz.Vector4
-
- addProduct(AVector, AVector) - Method in class mikera.vectorz.AVector
-
- addProduct(AVector, AVector, double) - Method in class mikera.vectorz.AVector
-
- addProduct(AVector, AVector) - Method in class mikera.vectorz.Vector
-
- addProduct(Vector, Vector) - Method in class mikera.vectorz.Vector
-
- addProduct(Vector, Vector, double) - Method in class mikera.vectorz.Vector
-
- addWeighted(AVector, double) - Method in class mikera.vectorz.AVector
-
Updates a weighted average of this vector with another vector
- addWeighted(AVector, double) - Method in class mikera.vectorz.Vector
-
- addWeighted(ArrayVector, double) - Method in class mikera.vectorz.Vector
-
- Affine34 - Class in mikera.transformz
-
Specialised 3*4 affine transformation class
Intended for composing 3d affine transformations.
- Affine34() - Constructor for class mikera.transformz.Affine34
-
- Affine34(double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class mikera.transformz.Affine34
-
- Affine34(AMatrix, ATranslation) - Constructor for class mikera.transformz.Affine34
-
- Affine34(AMatrix, AVector) - Constructor for class mikera.transformz.Affine34
-
- Affine34(Matrix33, AVector) - Constructor for class mikera.transformz.Affine34
-
- AffineMN - Class in mikera.transformz
-
General purpose MxN affine transformation
- AffineMN(AMatrix, ATranslation) - Constructor for class mikera.transformz.AffineMN
-
- AffineMN(AAffineTransform) - Constructor for class mikera.transformz.AffineMN
-
- AffineMN(AMatrix, AVector) - Constructor for class mikera.transformz.AffineMN
-
- AIndex - Class in mikera.indexz
-
Abstract base class for a list of integer indexes
- AIndex() - Constructor for class mikera.indexz.AIndex
-
- AMatrix - Class in mikera.matrixx
-
General abstract matrix class.
- AMatrix() - Constructor for class mikera.matrixx.AMatrix
-
- angle(AVector) - Method in class mikera.vectorz.AVector
-
Returns the euclidean angle between this vector and another vector
- angle(AVector) - Method in class mikera.vectorz.Vector3
-
- angle(Vector3) - Method in class mikera.vectorz.Vector3
-
- append(double) - Method in class mikera.vectorz.GrowableVector
-
- append(AVector) - Method in class mikera.vectorz.GrowableVector
-
- appendRow(AVector) - Method in class mikera.matrixx.impl.AVectorMatrix
-
- appendRow(AVector) - Method in class mikera.matrixx.impl.VectorMatrixM3
-
- appendRow(Vector3) - Method in class mikera.matrixx.impl.VectorMatrixM3
-
- appendRow(AVector) - Method in class mikera.matrixx.impl.VectorMatrixMN
-
- APrimitiveVector - Class in mikera.vectorz
-
Abstract base class for specialised primitive vectors
- APrimitiveVector() - Constructor for class mikera.vectorz.APrimitiveVector
-
- ArraySubVector - Class in mikera.vectorz.impl
-
Vector referring to an offset into a double[] array
- ArraySubVector(double[]) - Constructor for class mikera.vectorz.impl.ArraySubVector
-
- ArraySubVector(int) - Constructor for class mikera.vectorz.impl.ArraySubVector
-
- ArraySubVector(ArraySubVector) - Constructor for class mikera.vectorz.impl.ArraySubVector
-
- ArraySubVector(ArrayVector, int, int) - Constructor for class mikera.vectorz.impl.ArraySubVector
-
Constructs a vector directly referencing a sub-vector of an existing
array-based Vector
- ArrayVector - Class in mikera.vectorz
-
Base class for vectors backed by a double[] array.
- ArrayVector() - Constructor for class mikera.vectorz.ArrayVector
-
- asList() - Method in class mikera.vectorz.AVector
-
- asVector() - Method in class mikera.matrixx.AMatrix
-
Returns the matrix values as a single reference Vector in the form [row0
row1 row2....]
- asVector() - Method in class mikera.matrixx.MatrixMN
-
- ATransform - Class in mikera.transformz
-
Abstract base class for all vector transformations
- ATransform() - Constructor for class mikera.transformz.ATransform
-
- ATranslation - Class in mikera.transformz
-
Abstract base class for translations of arbitrary dimensionality.
- ATranslation() - Constructor for class mikera.transformz.ATranslation
-
- AVector - Class in mikera.vectorz
-
Main abstract base class for all types of vector
Contains default implementations for most vector operations which can be
overriden to achieve better performance in derived classes.
- AVector() - Constructor for class mikera.vectorz.AVector
-
- AVectorMatrix - Class in mikera.matrixx.impl
-
Abstract base class for matrices that use a collection of Vectors
as storage for the matrix rows.
- AVectorMatrix() - Constructor for class mikera.matrixx.impl.AVectorMatrix
-
- averageSquaredDifference(AVector, AVector) - Static method in class mikera.vectorz.Vectorz
-
- averageValue(AVector) - Static method in class mikera.vectorz.Vectorz
-
- IdentityMatrix - Class in mikera.matrixx.impl
-
Specialised identity matrix class.
- IdentityMatrix(int) - Constructor for class mikera.matrixx.impl.IdentityMatrix
-
- identityTransform(int) - Static method in class mikera.transformz.Transformz
-
- IdentityTranslation - Class in mikera.transformz.impl
-
Immutable identity translation
- IMatrix - Interface in mikera.matrixx
-
Interface for fundamental matrix access oprtaions.
- immutableZeroVector(int) - Static method in class mikera.vectorz.Vectorz
-
Returns an immutable vector of zeros
- Index - Class in mikera.indexz
-
Class to represent a mutable list of integer indexes
- Index(int) - Constructor for class mikera.indexz.Index
-
- IndexedArrayVector - Class in mikera.vectorz.impl
-
Vector that addresses elements indexed into double[] array
- IndexedSubVector - Class in mikera.vectorz.impl
-
Vector that addresses elements indexed into another source vector
- Indexz - Class in mikera.indexz
-
Class for static index methods
- Indexz() - Constructor for class mikera.indexz.Indexz
-
- inputDimensions() - Method in class mikera.matrixx.AMatrix
-
- inputDimensions() - Method in class mikera.transformz.Affine34
-
- inputDimensions() - Method in class mikera.transformz.AffineMN
-
- inputDimensions() - Method in class mikera.transformz.ATransform
-
Returns the number of dimensions required for input vectors
- inputDimensions() - Method in class mikera.transformz.impl.CompoundTransform
-
- inputDimensions() - Method in class mikera.transformz.impl.IdentityTranslation
-
- inputDimensions() - Method in class mikera.transformz.Translation
-
- inputDimensions() - Method in class mikera.transformz.Translation3
-
- INSTANCE - Static variable in class mikera.vectorz.impl.ZeroLengthVector
-
- interpolate(AVector, double) - Method in class mikera.vectorz.AVector
-
- interpolate(AVector, AVector, double) - Method in class mikera.vectorz.AVector
-
- inverse() - Method in class mikera.matrixx.AMatrix
-
- inverse() - Method in class mikera.matrixx.impl.IdentityMatrix
-
- inverse() - Method in class mikera.matrixx.Matrix22
-
- inverse() - Method in class mikera.matrixx.Matrix33
-
- inverse() - Method in class mikera.transformz.AAffineTransform
-
- inverse() - Method in class mikera.transformz.ATransform
-
Return the inverse of this transformation if possible
- inverse() - Method in class mikera.transformz.ATranslation
-
- inverse() - Method in class mikera.transformz.Translation3
-
- invSqrt(AVector) - Static method in class mikera.vectorz.Vectorz
-
- invSqrt(Vector) - Static method in class mikera.vectorz.Vectorz
-
- isDistinct() - Method in class mikera.indexz.AIndex
-
Returns true if this Index contains only distinct integer indices
- isFullyMutable() - Method in class mikera.indexz.AIndex
-
- isFullyMutable() - Method in class mikera.indexz.ComputedIndex
-
- isFullyMutable() - Method in class mikera.indexz.Index
-
- isFullyMutable() - Method in class mikera.matrixx.AMatrix
-
- isFullyMutable() - Method in class mikera.matrixx.impl.DiagonalMatrix
-
- isFullyMutable() - Method in class mikera.matrixx.impl.IdentityMatrix
-
- isFullyMutable() - Method in class mikera.vectorz.AVector
-
Returns true if this vector is fully mutable, i.e.
- isFullyMutable() - Method in class mikera.vectorz.BitVector
-
- isIdentity() - Method in class mikera.matrixx.impl.DiagonalMatrix
-
- isIdentity() - Method in class mikera.matrixx.impl.IdentityMatrix
-
- isIdentity() - Method in class mikera.transformz.ATransform
-
- isIdentity() - Method in class mikera.transformz.ATranslation
-
Returns true if this transform is an identity transform
- isLinear() - Method in class mikera.transformz.AAffineTransform
-
- isLinear() - Method in class mikera.transformz.ATransform
-
Returns true if this transformation is guaranteed to be linear
- isLinear() - Method in class mikera.transformz.impl.CompoundTransform
-
- isMutable() - Method in class mikera.matrixx.impl.MatrixSubVector
-
- isMutable() - Method in class mikera.vectorz.APrimitiveVector
-
- isMutable() - Method in class mikera.vectorz.AVector
-
Returns true if this vector is mutable.
- isMutable() - Method in class mikera.vectorz.BitVector
-
- isMutable() - Method in class mikera.vectorz.impl.ZeroLengthVector
-
- isMutable() - Method in class mikera.vectorz.impl.ZeroVector
-
- ISpecialisedTransform - Interface in mikera.transformz.marker
-
Marker interface for specialised transforms
- isPermutation() - Method in class mikera.indexz.AIndex
-
Returns true if this index represents a permutation of positions 0..length-1
- isReference() - Method in class mikera.matrixx.impl.MatrixSubVector
-
- isReference() - Method in class mikera.vectorz.APrimitiveVector
-
- isReference() - Method in class mikera.vectorz.AVector
-
Returns true if this vector is of a type that references other vectors / data.
- isReference() - Method in class mikera.vectorz.BitVector
-
- isReference() - Method in class mikera.vectorz.GrowableVector
-
- isReference() - Method in class mikera.vectorz.impl.ArraySubVector
-
- isReference() - Method in class mikera.vectorz.impl.JoinedVector
-
- isReference() - Method in class mikera.vectorz.impl.WrappedSubVector
-
- isReference() - Method in class mikera.vectorz.Vector
-
- isSorted() - Method in class mikera.indexz.AIndex
-
- isSquare() - Method in class mikera.matrixx.AMatrix
-
- isSquare() - Method in class mikera.matrixx.impl.DiagonalMatrix
-
- isSquare() - Method in class mikera.matrixx.impl.IdentityMatrix
-
- isSquare() - Method in class mikera.matrixx.impl.VectorMatrixM3
-
- isSquare() - Method in class mikera.matrixx.impl.VectorMatrixMN
-
- isSquare() - Method in class mikera.matrixx.Matrix22
-
- isSquare() - Method in class mikera.matrixx.Matrix33
-
- isUnitLengthVector() - Method in class mikera.vectorz.AVector
-
Returns true if the vector has unit length
- isUnitLengthVector() - Method in class mikera.vectorz.impl.ZeroVector
-
- isZeroVector() - Method in class mikera.vectorz.AVector
-
Returns true if this vector is a zero vector (all components zero)
- isZeroVector() - Method in class mikera.vectorz.impl.ZeroLengthVector
-
- isZeroVector() - Method in class mikera.vectorz.impl.ZeroVector
-
- iterator() - Method in class mikera.indexz.AIndex
-
- iterator() - Method in class mikera.vectorz.AVector
-
- IVector - Interface in mikera.vectorz
-
Basic interface for a Vector
Implementations should normally extend AVector directly, which implements IVector plus
a considerable amount of other important functionality.