vec2f
A two-dimensional float based vector representation
Fields
All fields contained in this type
field | description |
---|---|
x | No description |
y | No description |
Methods
All methods contained in this type
add()
Adds the given parameters to the vector values
Parameters
name | type | description |
---|---|---|
x | float | The value added to x |
y | float | The value added to y |
toString()
This method does not have any parameters