|
static bool | isValidObject (const CBofObject *pObject) |
|
double | x |
|
double | y |
|
double | z |
|
◆ CVector() [1/3]
Bagel::CVector::CVector |
( |
| ) |
|
◆ CVector() [2/3]
Bagel::CVector::CVector |
( |
const Vector & |
stVector | ) |
|
◆ CVector() [3/3]
Bagel::CVector::CVector |
( |
double |
xx, |
|
|
double |
yy, |
|
|
double |
zz = 0 |
|
) |
| |
Constructor based on passed figures
◆ dotProduct()
double Bagel::CVector::dotProduct |
( |
const Vector & |
vector | ) |
|
Calculates the dot-product of the 2 specified vectors
- Parameters
-
- Returns
- Dot-product
◆ rotate()
void Bagel::CVector::rotate |
( |
double |
fAngle | ) |
|
Rotates this vector the specified number of degrees
- Parameters
-
◆ angleBetween()
double Bagel::CVector::angleBetween |
( |
const Vector & |
vector | ) |
|
Gets the angle between this vector and specified vector
- Parameters
-
- Returns
- Angle
◆ realAngle()
double Bagel::CVector::realAngle |
( |
const Vector & |
vector | ) |
|
Calculates the positive or negative angle between 2 vectors
- Parameters
-
- Returns
- Angle
◆ length()
double Bagel::CVector::length |
( |
| ) |
|
Gets the length of this vector
- Returns
- Vector length
The documentation for this class was generated from the following file: