uk.ac.ed.vecmath
Class BezierCurve

java.lang.Object
  extended by uk.ac.ed.vecmath.BezierCurve

public class BezierCurve
extends Object

User: nix Date: 31-Mar-2005 Time: 13:39:53 To change this template use Options | File Templates.


Constructor Summary
BezierCurve(int start_point_x, int start_point_y, int first_control_point_x, int first_control_point_y, int second_control_point_x, int second_control_point_y, int end_point_x, int end_point_y)
           
 
Method Summary
 double getXAt(double t)
           
 double getYAt(double t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BezierCurve

public BezierCurve(int start_point_x,
                   int start_point_y,
                   int first_control_point_x,
                   int first_control_point_y,
                   int second_control_point_x,
                   int second_control_point_y,
                   int end_point_x,
                   int end_point_y)
Method Detail

getXAt

public double getXAt(double t)

getYAt

public double getYAt(double t)