mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-21 21:51:22 +02:00
Small fixes to alapok.
This commit is contained in:
parent
6aa837c617
commit
d81a9f2470
@ -32,8 +32,8 @@
|
||||
| + operator-=(b: Vector2) |
|
||||
| + operator+(a: Vector2, b: Vector2) : Vector2 |
|
||||
| + operator-(a: Vector2, b: Vector2) : Vector2 |
|
||||
| + operator==(b: Vector2) : bool |
|
||||
| + operator!=(b: Vector2) : bool |
|
||||
| + operator==(b: Vector2, b: Vector2) : bool |
|
||||
| + operator!=(b: Vector2, b: Vector2) : bool |
|
||||
| + Vector2() |
|
||||
| + Vector2(b : Vector2) |
|
||||
| + Vector2(x : float, y : float) |
|
||||
@ -73,8 +73,8 @@
|
||||
| + operator-=(b: Vector3) |
|
||||
| + operator+(a: Vector3, b: Vector3) : Vector3 |
|
||||
| + operator-(a: Vector3, b: Vector3) : Vector3 |
|
||||
| + operator==(b: Vector3) : bool |
|
||||
| + operator!=(b: Vector3) : bool |
|
||||
| + operator==(b: Vector3, b: Vector2) : bool |
|
||||
| + operator!=(b: Vector3, b: Vector2) : bool |
|
||||
| + Vector3() |
|
||||
| + Vector3(b : Vector3) |
|
||||
| + Vector3(x : float, y : float, z : float) |
|
||||
|
Loading…
Reference in New Issue
Block a user