public static interface Vector.VectorMutator extends VectorXAccessor.VectorXMutator, VectorYAccessor.VectorYMutator
| Modifier and Type | Method and Description |
|---|---|
void |
setVector(int aVectorX,
int aVectorY)
Sets the vector.
|
void |
setVector(Vector aVector)
Sets the vector.
|
setVectorXsetVectorYvoid setVector(int aVectorX,
int aVectorY)
aVectorX - the vector XaVectorY - the vector Yvoid setVector(Vector aVector)
aVector - the new vectorCopyright © 2018. All rights reserved.