pl.webnet.JaTrac
Class Point

java.lang.Object
  |
  +--pl.webnet.JaTrac.Point

class Point
extends java.lang.Object


Field Summary
(package private)  double x
           
(package private)  double y
           
(package private)  double z
           
 
Constructor Summary
Point(double[] abc)
           
Point(double a, double b, double c)
           
Point(pl.webnet.JaTrac.Point p)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

double x

y

double y

z

double z
Constructor Detail

Point

public Point(double a,
             double b,
             double c)

Point

public Point(double[] abc)

Point

public Point(pl.webnet.JaTrac.Point p)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object