Lines Matching defs:operator
30 inline double operator[] (unsigned int index) const {
34 inline double &operator[] (unsigned int index) {
39 inline bool operator== (Pt2 &rhs) {
46 inline bool operator!= (Pt2 &rhs) {
52 inline Pt2 &operator+(Pt2 &rhs) const {
62 inline Pt2 &operator-(Pt2 &rhs) const {
72 inline Pt2 &operator*(double const s) const {
98 inline bool operator== (Pt3 &rhs) {
109 inline Pt3 &operator+(Pt3 &rhs) const {
119 inline Pt3 &operator-(Pt3 &rhs) const {
129 inline Pt3 &operator*(double const s) const {
138 inline double operator[] (unsigned int index) const {
142 inline double &operator[] (unsigned int index) {