Vector2I
class in Math
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | int | get / set | |
y | int | get / set |
Methods
| Return Type | Signature | Description |
|---|---|---|
| Vector2I | mul ( int o ) | |
| Vector2I | add ( Vector2I o ) | |
| Vector2I | sub ( Vector2I o ) |
Static Properties
| Name | Type | Access | Description |
|---|---|---|---|
ZERO | Vector2I | get |
Static Methods
| Return Type | Signature | Description |
|---|---|---|
| Vector2I | new ( int x, int y ) |