oktatoprogi
Class Pont

java.lang.Object
  extended by oktatoprogi.Pont

public class Pont
extends java.lang.Object


Constructor Summary
Pont()
           
Pont(double x, double y)
          Creates a new instance of Pont
Pont(double x, double y, double z)
           
Pont(Pont p)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pont

public Pont(double x,
            double y)
Creates a new instance of Pont


Pont

public Pont(double x,
            double y,
            double z)

Pont

public Pont(Pont p)

Pont

public Pont()