Go to the source code of this file.
Classes | |
class | FMVector2 |
A 2 dimensional vector. More... | |
Functions | |
FMVector2 | operator+ (const FMVector2 &a, const FMVector2 &b) |
Vector addition with two FMVector2. | |
FMVector2 | operator- (const FMVector2 &a, const FMVector2 &b) |
Vector subtraction with two FMVector2. | |
float | operator * (const FMVector2 &a, const FMVector2 &b) |
Dot product of two FMVector2. | |
FMVector2 | operator * (const FMVector2 &a, float b) |
Scalar multiplication with a FMVector2. | |
FMVector2 | operator * (float a, const FMVector2 &b) |
Scalar multiplication with a FMVector2. |
|
Scalar multiplication with a FMVector2.
|
|
Scalar multiplication with a FMVector2.
|
|
Dot product of two FMVector2.
|
|
Vector addition with two FMVector2.
|
|
Vector subtraction with two FMVector2.
|