vec2d Struct Reference

#include <stdalgorithm.hpp>

List of all members.


Detailed Description

Definition at line 236 of file stdalgorithm.hpp.


Public Member Functions

 vec2d (double x_, double y_)
vec2d operator- (const vec2d &subtr) const
vec2d operator+ (const vec2d &summand)
vec2doperator/= (double div)
double operator* (const vec2d &v2)
vec2d operator* (double s)
vec2d operator/ (double s)

Public Attributes

double x
double y

Constructor & Destructor Documentation

vec2d::vec2d ( double  x_,
double  y_ 
) [inline]

Definition at line 239 of file stdalgorithm.hpp.


Member Function Documentation

vec2d vec2d::operator- ( const vec2d subtr  )  const [inline]

Definition at line 240 of file stdalgorithm.hpp.

References x, Parabelzentrum::x(), y, and Parabelzentrum::y().

vec2d vec2d::operator+ ( const vec2d summand  )  [inline]

Definition at line 244 of file stdalgorithm.hpp.

References x, Parabelzentrum::x(), y, and Parabelzentrum::y().

vec2d& vec2d::operator/= ( double  div  )  [inline]

Definition at line 248 of file stdalgorithm.hpp.

References Parabelzentrum::x(), and Parabelzentrum::y().

double vec2d::operator* ( const vec2d v2  )  [inline]

Definition at line 254 of file stdalgorithm.hpp.

References x, Parabelzentrum::x(), y, and Parabelzentrum::y().

vec2d vec2d::operator* ( double  s  )  [inline]

Definition at line 259 of file stdalgorithm.hpp.

References Parabelzentrum::x(), and Parabelzentrum::y().

vec2d vec2d::operator/ ( double  s  )  [inline]

Definition at line 264 of file stdalgorithm.hpp.

References Parabelzentrum::x(), and Parabelzentrum::y().


Member Data Documentation

double vec2d::x

double vec2d::y


The documentation for this struct was generated from the following file:

Generated on Fri Jul 24 12:49:18 2009 for Xgrayimg Library by  doxygen 1.5.5