org.simtk.geometry3d
Interface MutableMathVector
- All Superinterfaces:
- java.lang.Iterable, MathVector
- All Known Subinterfaces:
- MutableVector2D, MutableVector3D
- All Known Implementing Classes:
- MathVectorClass, Vector2DClass, Vector3DClass, Vector3DFloatArrayWrapper
public interface MutableMathVector
- extends MathVector
- Author:
- Christopher Bruns
MathVector with additional methods that permit modification
Methods inherited from interface org.simtk.geometry3d.MathVector |
distance, distanceSquared, dot, get, getDimension, getElement, length, lengthSquared, minus, plus, times, unit |
Methods inherited from interface java.lang.Iterable |
iterator |
copy
void copy(MathVector v2)
set
void set(int i,
double d)
plusEquals
void plusEquals(MathVector v2)
minusEquals
void minusEquals(MathVector v2)
selfUnit
void selfUnit()
timesEquals
void timesEquals(double s)