public abstract class APrimitiveVector extends AVector
| Constructor and Description |
|---|
APrimitiveVector() |
| Modifier and Type | Method and Description |
|---|---|
double |
getT() |
double |
getX() |
double |
getY() |
double |
getZ() |
boolean |
isMutable()
Returns true if this vector is mutable.
|
boolean |
isReference()
Returns true if this vector is of a type that references other vectors / data.
|
absolute, add, add, addMultiple, addMultiple, addProduct, addProduct, addWeighted, angle, asList, clamp, clampMax, clampMin, clone, compareTo, copy, copyTo, copyTo, distance, distanceL1, distanceLinf, distanceSquared, divide, divide, divide, divideTo, dotProduct, dotProduct, epsilonEquals, epsilonEquals, equals, fill, fillRange, get, hashCode, interpolate, interpolate, isFullyMutable, isUnitLengthVector, isZeroVector, iterator, join, length, magnitude, magnitudeSquared, maxAbsComponent, multiply, multiply, multiply, multiplyTo, negate, normalise, normaliseMaxAbsComponent, projectToPlane, scale, scale, scaleAdd, scaleToMagnitude, set, set, set, set, set, setValues, sub, subMultiple, subVector, toArray, toList, toStringpublic boolean isReference()
AVectorisReference in class AVectorpublic boolean isMutable()
AVectorpublic double getX()
public double getY()
public double getZ()
public double getT()
Copyright © 2012. All Rights Reserved.