ProGAL.proteins.beltaStructure.sheet
Class ParametricSurface

java.lang.Object
  extended by ProGAL.proteins.beltaStructure.sheet.ParametricSurface

public abstract class ParametricSurface
extends java.lang.Object


Constructor Summary
ParametricSurface()
           
 
Method Summary
abstract  ParametricSurface clone()
           
 Vector getNormal(double u, double v)
           
 Vector getNormal(Point p)
           
abstract  Point getPoint(double u, double v)
           
 Point getPoint(Point p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametricSurface

public ParametricSurface()
Method Detail

getPoint

public abstract Point getPoint(double u,
                               double v)

getPoint

public Point getPoint(Point p)

getNormal

public Vector getNormal(double u,
                        double v)

getNormal

public Vector getNormal(Point p)

clone

public abstract ParametricSurface clone()
Overrides:
clone in class java.lang.Object