public abstract class MatrixSubVector extends AVector
| Constructor and Description |
|---|
MatrixSubVector() |
| Modifier and Type | Method and Description |
|---|---|
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, addMultiple, angle, clamp, clampMax, clampMin, clone, compareTo, copy, copyTo, copyTo, distance, distanceL1, distanceLinf, distanceSquared, dotProduct, epsilonEquals, epsilonEquals, equals, fill, get, hashCode, interpolate, interpolate, isUnitLengthVector, isZeroVector, join, length, magnitude, magnitudeSquared, multiply, negate, normalise, projectToPlane, scale, scaleAdd, set, set, setValues, sub, subMultiple, subVector, toArray, toList, toStringpublic boolean isReference()
AVectorisReference in class AVectorCopyright © 2012. All Rights Reserved.