maths
Class CVector2D_Maths
in Vector2D.h
- class CVector2D_Maths
Field Summary |
float |
X
|
float |
Y
|
X
public float X;
Y
public float Y;
CVector2D_Maths
public CVector2D_Maths( float x, float y );
CVector2D_Maths
public CVector2D_Maths( const CVector2D_Maths& p );
CVector2D_Maths
public CVector2D_Maths();
Dot
public float Dot( const CVector2D_Maths& a ) const;
float*
public operator const float*() const;
Length
public float Length() const;
LengthSquared
public float LengthSquared() const;
Normalize
public void Normalize();
operator*
public CVector2D_Maths operator*( float f ) const;
operator*=
public CVector2D_Maths& operator*=( float f );
operator+
public CVector2D_Maths operator+( const CVector2D_Maths& t ) const;
operator+=
public CVector2D_Maths& operator+=( const CVector2D_Maths& t );
operator-
public CVector2D_Maths operator-() const;
operator-
public CVector2D_Maths operator-( const CVector2D_Maths& t ) const;
operator-=
public CVector2D_Maths& operator-=( const CVector2D_Maths& t );
operator/
public CVector2D_Maths operator/( float f ) const;
operator/=
public CVector2D_Maths& operator/=( float f );