JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
GLUnurbs.java
Go to the documentation of this file.
1package com.jogamp.opengl.glu;
2
3/**
4 * Wrapper for a GLU NURBS object.
5 */
6
7public interface GLUnurbs {
8}
Wrapper for a GLU NURBS object.
Definition: GLUnurbs.java:7