Class FuncionP

java.lang.Object
  extended by FuncionP

public class FuncionP
extends Object

Funciones parametricas.

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

Constructor Summary
FuncionP()
          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

FuncionP

public FuncionP()
Constructor.

Method Detail

fx

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

Parameters:
t - parametro.
Returns:
x(t).

fy

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

Parameters:
t - parametro.
Returns:
y(t).