public final class JoinedVector extends AVector
| Constructor and Description |
|---|
JoinedVector(AVector left,
AVector right) |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(double value)
Fills a vector with a given value
|
double |
get(int i) |
boolean |
isReference()
Returns true if this vector is of a type that references other vectors / data.
|
int |
length() |
void |
multiply(double value)
Multiplies the vector by a constant factor
|
void |
set(int i,
double value) |
AVector |
subVector(int start,
int length)
Obtains a sub-vector that refers to this vector.
|
absolute, add, addMultiple, angle, clamp, clampMax, clampMin, clone, compareTo, copy, copyTo, copyTo, distance, distanceL1, distanceLinf, distanceSquared, dotProduct, epsilonEquals, epsilonEquals, equals, hashCode, interpolate, interpolate, isMutable, isUnitLengthVector, isZeroVector, join, magnitude, magnitudeSquared, negate, normalise, projectToPlane, scale, scaleAdd, set, setValues, sub, subMultiple, toArray, toList, toStringpublic boolean isReference()
AVectorisReference in class AVectorpublic AVector subVector(int start, int length)
AVectorpublic void fill(double value)
AVectorCopyright © 2012. All Rights Reserved.