Go to Overview over all GrAL packages.
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

src/Geometry/point.C File Reference

#include <math.h>
#include "Geometry/point.h"

Include dependency graph for point.C:

Include dependency graph

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)


Function Documentation

point operator- const point   a
 

Definition at line 103 of file point.C.

References point::n, and point::no_init.

point operator+ const point   a,
const point   b
 

Definition at line 111 of file point.C.

References point::n, and point::no_init.

point operator- const point   a,
const point   b
 

Definition at line 121 of file point.C.

References point::n, and point::no_init.

point combine const point   a,
const point   b
 

Definition at line 132 of file point.C.

References point::n, and point::no_init.

point operator * const point   a,
const double    d
 

Definition at line 142 of file point.C.

References point::n, and point::no_init.

point operator * const double    d,
const point   a
 

Definition at line 150 of file point.C.

point operator/ const point   a,
const double    d
 

Definition at line 153 of file point.C.

double operator * const point   a,
const point   b
 

Definition at line 157 of file point.C.

References point::n.

ostream& operator<< ostream &    s,
const point   v
 

Definition at line 167 of file point.C.

References point::n.

istream& operator>> istream &    s,
point   v
 

Definition at line 174 of file point.C.

References point::n.

void swap point   a,
point   b
 

Definition at line 180 of file point.C.

Referenced by dimension_dependent_primitives_2d::solveA, and dimension_dependent_primitives_2d::transpose.


Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:30 2002 for Geometry by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000