@return the base vector used by this object
()
| 40 | * @return the base vector used by this object |
| 41 | */ |
| 42 | public Vec getBase() |
| 43 | { |
| 44 | return base; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Directly alters the shift value used for this vector. The old sift is |
no outgoing calls