#include "Utilities.h"
Go to the source code of this file.
Classes | |
| class | Vector2< Type > |
| Vector2 class; A two-dimensional vector class. More... | |
Functions | |
| template<typename Type> | |
| Vector2< Type > | V2Min (const Vector2< Type > obj1, const Vector2< Type > obj2) |
| Vector2 Min function (Returns the smallest value for vector components). | |
| template<typename Type> | |
| Vector2< Type > | V2Max (const Vector2< Type > obj1, const Vector2< Type > obj2) |
| Vector2 Max function (Returns the largest value for vector components). | |
| Vector2<Type> V2Max | ( | const Vector2< Type > | obj1, | |
| const Vector2< Type > | obj2 | |||
| ) | [inline] |
Vector2 Max function (Returns the largest value for vector components).
| Vector2<Type> V2Min | ( | const Vector2< Type > | obj1, | |
| const Vector2< Type > | obj2 | |||
| ) | [inline] |
Vector2 Min function (Returns the smallest value for vector components).
1.5.5