Class Funcion0

java.lang.Object
  extended by Funcion0
All Implemented Interfaces:
Funcion

public class Funcion0
extends Object
implements Funcion

Una funcion parametrica, sin argumentos en el constructor.

Version:
Nov 22, 2010
Author:
Jose A. Manas

Constructor Summary
Funcion0()
          Constructor.
 
Method Summary
 double fx(double t)
          Valor de X en función de t.
 double fy(double t)
          Valor de Y en función de t.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Funcion0

public Funcion0()
Constructor.

Method Detail

fx

public double fx(double t)
Valor de X en función de t.

Specified by:
fx in interface Funcion
Parameters:
t - parametro.
Returns:
x(t).

fy

public double fy(double t)
Valor de Y en función de t.

Specified by:
fy in interface Funcion
Parameters:
t - parametro.
Returns:
y(t).