FBVector2< tType > Class Template Reference
#include <fbtypes.h>
template<class tType>
class ORSDK2019::FBVector2< tType >
Two dimensional vector (template).
Definition at line 88 of file fbtypes.h.
Constructor from array.
- Parameters
-
pValue | Array to take values from. |
Constructor.
- Parameters
-
p1 | First element |
p2 | Second element. |
Initialization function.
Clear vector.
operator tType * |
( |
| ) |
const |
Overloaded cast to array.
- Returns
- Array of items of tType.
not equal operator.
- Parameters
-
pVector | Vector to compare. |
- Returns
- true if not equal.
Overloaded equal operator.
- Parameters
-
- Returns
- this vector as a const.
equal operator.
- Parameters
-
pVector | Vector to compare. |
- Returns
- true if equal.
tType& operator[] |
( |
int |
pIndex | ) |
|
Overloaded [] operator.
- Parameters
-
- Returns
- Element at pIndex.
void Set |
( |
tType * |
pValue | ) |
|
Set vector from an array.
- Parameters
-
pValue | Array to copy value from. |
The documentation for this class was generated from the following file: