com.jogamp.opengl.impl.glu.nurbs
Class Quiltspec

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.Quiltspec

public class Quiltspec
extends Object

Quilt definition

Author:
Tomas Hrasky

Field Summary
 int[] bdry
          Boundary
 float[] breakpoints
          Breakpoints
 int index
          Breakpoint index
 int offset
          Start offset
 int order
          Quilt order
 int stride
          Stride between control points
 int width
          Quilt width in breakpoints
 
Constructor Summary
Quiltspec()
          Makes new quiltspec
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stride

public int stride
Stride between control points


width

public int width
Quilt width in breakpoints


order

public int order
Quilt order


offset

public int offset
Start offset


index

public int index
Breakpoint index


bdry

public int[] bdry
Boundary


breakpoints

public float[] breakpoints
Breakpoints

Constructor Detail

Quiltspec

public Quiltspec()
Makes new quiltspec



Copyright 2010 JogAmp Community.