Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

RageVector2 Struct Reference

#include <RageTypes.h>

List of all members.

Public Member Functions

 RageVector2 ()
 RageVector2 (const float *f)
 RageVector2 (float x1, float y1)
 operator float * ()
 operator const float * () const
RageVector2operator+= (const RageVector2 &other)
RageVector2operator-= (const RageVector2 &other)
RageVector2operator *= (float f)
RageVector2operator/= (float f)
RageVector2 operator+ (const RageVector2 &other) const
RageVector2 operator- (const RageVector2 &other) const
RageVector2 operator * (float f) const
RageVector2 operator/ (float f) const

Public Attributes

float x
float y

Friends

RageVector2 operator * (float f, const RageVector2 &other)


Constructor & Destructor Documentation

RageVector2::RageVector2  )  [inline]
 

RageVector2::RageVector2 const float *  f  )  [inline]
 

RageVector2::RageVector2 float  x1,
float  y1
[inline]
 


Member Function Documentation

RageVector2 RageVector2::operator * float  f  )  const [inline]
 

RageVector2& RageVector2::operator *= float  f  )  [inline]
 

RageVector2::operator const float *  )  const [inline]
 

RageVector2::operator float *  )  [inline]
 

RageVector2 RageVector2::operator+ const RageVector2 other  )  const [inline]
 

RageVector2& RageVector2::operator+= const RageVector2 other  )  [inline]
 

RageVector2 RageVector2::operator- const RageVector2 other  )  const [inline]
 

RageVector2& RageVector2::operator-= const RageVector2 other  )  [inline]
 

RageVector2 RageVector2::operator/ float  f  )  const [inline]
 

RageVector2& RageVector2::operator/= float  f  )  [inline]
 


Friends And Related Function Documentation

RageVector2 operator * float  f,
const RageVector2 other
[friend]
 


Member Data Documentation

float RageVector2::x
 

float RageVector2::y
 


The documentation for this struct was generated from the following file:
Generated on Thu Jan 27 21:02:06 2005 for StepMania by doxygen 1.3.7