Koch
Class Node

java.lang.Object
  extended by Koch.Node

 class Node
extends java.lang.Object

Abbildung eines Punktes im 2 Dimensionalen Koordinatensystem

Author:
Torben Brodt

Field Summary
 double x
           
 double y
           
 
Constructor Summary
Node(double x, double y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Node

public Node(double x,
            double y)