#include <math.h>#include "Geometry/point.h"Include dependency graph for point.C:

Go to the source code of this file.
Functions | |
| point | operator- (const point &a) |
| point | operator+ (const point &a, const point &b) |
| point | operator- (const point &a, const point &b) |
| point | combine (const point &a, const point &b) |
| point | operator * (const point &a, const double d) |
| point | operator * (const double d, const point &a) |
| point | operator/ (const point &a, const double d) |
| double | operator * (const point &a, const point &b) |
| ostream & | operator<< (ostream &s, const point &v) |
| istream & | operator>> (istream &s, point &v) |
| void | swap (point &a, point &b) |
|
|
Definition at line 103 of file point.C. References point::n, and point::no_init. |
|
||||||||||||
|
Definition at line 111 of file point.C. References point::n, and point::no_init. |
|
||||||||||||
|
Definition at line 121 of file point.C. References point::n, and point::no_init. |
|
||||||||||||
|
Definition at line 132 of file point.C. References point::n, and point::no_init. |
|
||||||||||||
|
Definition at line 142 of file point.C. References point::n, and point::no_init. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 157 of file point.C. References point::n. |
|
||||||||||||
|
Definition at line 167 of file point.C. References point::n. |
|
||||||||||||
|
Definition at line 174 of file point.C. References point::n. |
|
||||||||||||
|
Definition at line 180 of file point.C. Referenced by dimension_dependent_primitives_2d::solveA, and dimension_dependent_primitives_2d::transpose. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000