FVector2
Contents
[
Hide
]FVector2 class
A float vector with two components.
Properties
| Name | Description |
|---|---|
| x | The x component. |
| y | The y component. |
Methods
constructor
| Name | Description |
|---|---|
| constructor() |
Result:
constructor_overload
| Name | Description |
|---|---|
| constructor_overload(x, y) | Initializes a new instance of the FVector2. |
Result:
constructor_overload2
| Name | Description |
|---|---|
| constructor_overload2(vec) | Initializes a new instance of the FVector2. |
Result:
toString
| Name | Description |
|---|---|
| toString() |
Result: String
equals
| Name | Description |
|---|---|
| equals(rhs) | Check if two vectors are equal |
Parameters:
| Name | Type | Description |
|---|---|---|
| rh | FVector2 | null |
Result: boolean
equals
| Name | Description |
|---|---|
| equals(obj) | Check if two vectors are equal |
Parameters:
| Name | Type | Description |
|---|---|---|
| ob | Object | null |
Result: boolean
hashCode
| Name | Description |
|---|---|
| hashCode() | Gets the hash code of this instance |
Result: Number