class Point

Eine einfache Klasse für Punkte im R^2

Public Fields

[more]double x
[more]double y

Public Methods

[more]friend istream& operator>> (istream& is, Point& p)
[more]friend ostream& operator<< (ostream& os, const Point& p)


Documentation

Eine einfache Klasse für Punkte im R^2
odouble x

odouble y

ofriend istream& operator>> (istream& is, Point& p)

ofriend ostream& operator<< (ostream& os, const Point& p)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.