FVector2
Contenu
[
Cacher
]FVector2 class
Un vecteur float à deux composants.
Propriétés
| Nom | Description |
|---|---|
| x | Le composant x. |
| y | Le composant y. |
Méthodes
constructor
| Nom | Description |
|---|---|
| constructor() |
Result:
constructor_overload
| Nom | Description |
|---|---|
| constructor_overload(x, y) | Initialise une nouvelle instance de FVector2. |
Result:
constructor_overload2
| Nom | Description |
|---|---|
| constructor_overload2(vec) | Initialise une nouvelle instance de FVector2. |
Result:
toString
| Nom | Description |
|---|---|
| toString() |
Result: String
equals
| Nom | Description |
|---|---|
| equals(rhs) | Vérifier si deux vecteurs sont égaux |
Parameters:
| Nom | Type | Description |
|---|---|---|
| rh | FVector2 | null |
Result: boolean
equals
| Nom | Description |
|---|---|
| equals(obj) | Vérifier si deux vecteurs sont égaux |
Parameters:
| Nom | Type | Description |
|---|---|---|
| ob | Object | null |
Result: boolean
hashCode
| Nom | Description |
|---|---|
| hashCode() | Obtient le code de hachage de cette instance |
Result: Nombre