SS::Vector2 Class Reference

List of all members.

Public Member Functions

 Vector2 (void)
 Vector2 (float cx, float cy)
const float & operator[] (int i) const
float & operator[] (int i)
Vector2clear (void)
Vector2set (float cx, float cy)
bool operator== (const Vector2 &s) const
bool operator!= (const Vector2 &s) const
float length (void) const
float lengthSqr (void) const
Vector2normalize (float len=1.0f)
void scale (const Vector2 &v)
Vector2operator+= (const Vector2 &v)
Vector2operator-= (const Vector2 &v)
Vector2operator *= (float s)
Vector2operator/= (float s)
Vector2operator *= (const Matrix2x2 &m)

Public Attributes

float x
float y

Detailed Description

Definition at line 27 of file ssVector.hpp.


The documentation for this class was generated from the following files:
Generated on Thu Feb 15 09:09:26 2007 for Surface Splating by  doxygen 1.5.1-p1