Class OtroPunto3D

java.lang.Object
  extended by OtroPunto3D

public class OtroPunto3D
extends Object

Write a description of class OtroPunto3D here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
OtroPunto3D(double longitud, double latitud)
           
OtroPunto3D(double x, double y, double z)
          Constructor for objects of class OtroPunto3D
 
Method Summary
 double distancia(OtroPunto3D Q)
           
 double getX()
          Getter.
 double getY()
          Getter.
 double getZ()
          Getter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtroPunto3D

public OtroPunto3D(double longitud,
                   double latitud)

OtroPunto3D

public OtroPunto3D(double x,
                   double y,
                   double z)
Constructor for objects of class OtroPunto3D

Method Detail

distancia

public double distancia(OtroPunto3D Q)

getX

public double getX()
Getter.

Returns:
abscisa.

getY

public double getY()
Getter.

Returns:
ordenada.

getZ

public double getZ()
Getter.

Returns:
eje Z.