Home | History | Annotate | Download | only in include

Lines Matching refs:operator

38 inline _D3DVECTOR& _D3DVECTOR::operator += (const _D3DVECTOR& v)
44 inline _D3DVECTOR& _D3DVECTOR::operator -= (const _D3DVECTOR& v)
50 inline _D3DVECTOR& _D3DVECTOR::operator *= (const _D3DVECTOR& v)
56 inline _D3DVECTOR& _D3DVECTOR::operator /= (const _D3DVECTOR& v)
62 inline _D3DVECTOR& _D3DVECTOR::operator *= (D3DVALUE s)
68 inline _D3DVECTOR& _D3DVECTOR::operator /= (D3DVALUE s)
76 inline _D3DVECTOR operator + (const _D3DVECTOR& v)
81 inline _D3DVECTOR operator - (const _D3DVECTOR& v)
88 inline _D3DVECTOR operator + (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
93 inline _D3DVECTOR operator - (const _D3DVECTOR& v1, const _D3DVECTOR& v2)
98 inline _D3DVECTOR operator * (const _D3DVECTOR& v, D3DVALUE s)
103 inline _D3DVECTOR operator * (D3DVALUE s, const _D3DVECTOR& v)
108 inline _D3DVECTOR operator / (const _D3DVECTOR& v, D3DVALUE s)