public final class Vector1 extends APrimitiveVector
| Modifier and Type | Field and Description |
|---|---|
double |
x |
| Constructor and Description |
|---|
Vector1() |
Vector1(double... values) |
Vector1(double x) |
| Modifier and Type | Method and Description |
|---|---|
Vector1 |
clone()
Clones the vector, creating a new copy of all data
|
double |
get(int i) |
int |
length() |
static Vector1 |
of(double... values) |
static Vector1 |
of(double x) |
void |
set(int i,
double value) |
isReferenceadd, addMultiple, angle, approxEquals, approxEquals, compareTo, copy, copyTo, copyTo, distance, distanceSquared, dotProduct, equals, fill, hashCode, isMutable, isUnitLengthVector, isZeroVector, join, magnitude, magnitudeSquared, manhattanDistance, multiply, negate, normalise, set, setValues, subtract, subtractMultiple, subVector, toStringCopyright © 2012. All Rights Reserved.