FMath/FMVector2.h File Reference

The file containing the class and global functions for 2 dimensional vectors. More...

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.


Detailed Description

The file containing the class and global functions for 2 dimensional vectors.


Function Documentation

FMVector2 operator * float  a,
const FMVector2 b
[inline]
 

Scalar multiplication with a FMVector2.

Parameters:
a The scalar.
b The vector.
Returns:
The FMVector2 representing the resulting the vector.

FMVector2 operator * const FMVector2 a,
float  b
[inline]
 

Scalar multiplication with a FMVector2.

Parameters:
a The vector.
b The scalar.
Returns:
The FMVector2 representing the resulting the vector.

float operator * const FMVector2 a,
const FMVector2 b
[inline]
 

Dot product of two FMVector2.

Parameters:
a The first vector.
b The second vector.
Returns:
The result of the dot product.

FMVector2 operator+ const FMVector2 a,
const FMVector2 b
[inline]
 

Vector addition with two FMVector2.

Parameters:
a The first vector.
b The second vector.
Returns:
The FMVector2 representation of the resulting vector.

FMVector2 operator- const FMVector2 a,
const FMVector2 b
[inline]
 

Vector subtraction with two FMVector2.

Parameters:
a The first vector.
b The second vector.
Returns:
The FMVector2 representation of the resulting vector.


Generated on Fri May 12 16:44:40 2006 for FCollada by  doxygen 1.4.6-NO