Directly alters the shift value used for this vector. The old sift is "forgotten" immediately. @param shift the new value to use for the additive scalar
(double shift)
| 50 | * @param shift the new value to use for the additive scalar |
| 51 | */ |
| 52 | public void setShift(double shift) |
| 53 | { |
| 54 | this.shift = shift; |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * |