Modifier and Type | Method and Description |
---|---|
FVector2 |
FVector2.clone() |
static FVector2 |
FVector2.sub(FVector2 a,
FVector2 b)
- Operator overloading
|
Modifier and Type | Method and Description |
---|---|
void |
FVector2.copyFrom(FVector2 src) |
boolean |
FVector2.equals(FVector2 rhs)
Check if two vectors are equal
|
static boolean |
FVector2.op_eq(FVector2 a,
FVector2 b)
== Operator overloading
|
static boolean |
FVector2.op_ne(FVector2 a,
FVector2 b)
!= Operator overloading
|
static FVector2 |
FVector2.sub(FVector2 a,
FVector2 b)
- Operator overloading
|
Copyright © 2018. All rights reserved.