therealbluepandabear
|
5efc1498cd
Add some `enforce` blocks for safety reasons.
|
hace 1 año |
therealbluepandabear
|
f4cd8bf61b
Add constructor to `Vector` which takes one parameter called `size`. This will construct a vector with `x` and `y` values of `size`. This can be efficient in scenarios in which the user would want to define a `Vector` with an equal `x` and `y`.
|
hace 1 año |
therealbluepandabear
|
e1a5775432
`Vector.toString` is now `const`.
|
hace 1 año |
therealbluepandabear
|
dc3174963b
Add `toString` for `Vector`.
|
hace 1 año |
therealbluepandabear
|
4dd268c2bc
Rename `Coordinate` and `Dimension` to `Vector` with `x` and `y`.
|
hace 1 año |