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

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

public class O_nurbssurface
extends Object

NURBS surface object

Author:
Tomáš Hráský

Field Summary
 Quilt bezier_patches
          List of bezier patches forming NURBS surface
 O_nurbssurface next
          Next surface in list
 O_surface owner
          Parent O_surface
 boolean used
          Was surface used
 
Constructor Summary
O_nurbssurface(int type)
          Makes new O_nurbssurface of type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bezier_patches

public Quilt bezier_patches
List of bezier patches forming NURBS surface


used

public boolean used
Was surface used


owner

public O_surface owner
Parent O_surface


next

public O_nurbssurface next
Next surface in list

Constructor Detail

O_nurbssurface

public O_nurbssurface(int type)
Makes new O_nurbssurface of type

Parameters:
type - surface type


Copyright 2010 JogAmp Community.