@return the additive scalar used to shift over the #getBase() base value
()
| 60 | * base} value |
| 61 | */ |
| 62 | public double getShift() |
| 63 | { |
| 64 | return shift; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Embeds the current shift scalar into the base vector, modifying it and |
no outgoing calls