Vector2.h File Reference

#include "Vector.h"
#include <math.h>

Include dependency graph for Vector2.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector2

Defines

#define __VECTOR2_H

Functions

int operator== (const Vector2 &a, const Vector2 &b)
Vector2 operator/ (const Vector2 &a, const float s)
Vector2 operator- (const Vector2 &unary)
Vector2 operator+ (const Vector2 &a, const Vector2 &b)
Vector2 operator- (const Vector2 &a, const Vector2 &b)
Vector2 operator * (const Vector2 &a, const float s)
Vector2 operator * (const float s, const Vector2 &a)
Vector2 operator * (const Vector2 &a, const Vector2 &b)
float operator| (const Vector2 &a, const Vector2 &b)
float operator^ (const Vector2 &a, const Vector2 &b)
int operator!= (const Vector2 &a, const Vector2 &b)
void Swap (Vector2 &a, Vector2 &b)


Define Documentation

#define __VECTOR2_H
 

Definition at line 3 of file Vector2.h.


Function Documentation

Vector2 operator * const Vector2 a,
const Vector2 b
[inline]
 

Definition at line 197 of file Vector2.h.

References Vector2::x, and Vector2::y.

Vector2 operator * const float  s,
const Vector2 a
[inline]
 

Definition at line 192 of file Vector2.h.

Vector2 operator * const Vector2 a,
const float  s
[inline]
 

Definition at line 187 of file Vector2.h.

References Vector2::x, and Vector2::y.

int operator!= const Vector2 a,
const Vector2 b
[inline]
 

Definition at line 212 of file Vector2.h.

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

Definition at line 177 of file Vector2.h.

References Vector2::x, and Vector2::y.

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

Definition at line 182 of file Vector2.h.

References Vector2::x, and Vector2::y.

Vector2 operator- const Vector2 unary  )  [inline]
 

Definition at line 172 of file Vector2.h.

References Vector2::x, and Vector2::y.

Vector2 operator/ const Vector2 a,
const float  s
[inline]
 

Definition at line 167 of file Vector2.h.

References Vector2::x, and Vector2::y.

int operator== const Vector2 a,
const Vector2 b
[inline]
 

Definition at line 108 of file Vector2.h.

References Vector2::x, and Vector2::y.

float operator^ const Vector2 a,
const Vector2 b
[inline]
 

Definition at line 207 of file Vector2.h.

References Vector2::x, and Vector2::y.

float operator| const Vector2 a,
const Vector2 b
[inline]
 

Definition at line 202 of file Vector2.h.

References Vector2::x, and Vector2::y.

void Swap Vector2 a,
Vector2 b
[inline]
 

Definition at line 222 of file Vector2.h.


This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:50 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001