com.sculley.jim.swjava
Class BSplineSurface

java.lang.Object
  |
  +--com.sculley.jim.swjava.BSplineSurface

public class BSplineSurface
extends java.lang.Object


Constructor Summary
BSplineSurface()
          BSplineSurface constructor comment.
 
Method Summary
 double[] getControlPointCoordinates()
          Insert the method's description here.
 int[] getProperties()
          Insert the method's description here.
 double[] getUKnots()
          Insert the method's description here.
 double[] getVKnots()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSplineSurface

public BSplineSurface()
BSplineSurface constructor comment.
Method Detail

getControlPointCoordinates

public double[] getControlPointCoordinates()
Insert the method's description here. Creation date: (2/18/00 12:31:45 PM)
Returns:
double[]

getProperties

public int[] getProperties()
Insert the method's description here. Creation date: (2/18/00 8:50:43 PM)
Returns:
long[]

getUKnots

public double[] getUKnots()
Insert the method's description here. Creation date: (2/18/00 12:31:45 PM)
Returns:
double[]

getVKnots

public double[] getVKnots()
Insert the method's description here. Creation date: (2/18/00 12:31:45 PM)
Returns:
double[]