Package jgl.glu
Class trim_segments
- java.lang.Object
-
- jgl.glu.trim_segments
-
public class trim_segments extends Object
trim_segments is one of the GLU class of JavaGL 2.1.- Version:
- 0.1, 31 Oct 1999
- Author:
- Robin Bing-Yu Chen
-
-
Field Summary
Fields Modifier and Type Field Description trim_segments
next
float[]
points
int
pt_cnt
int
seg_array_len
-
Constructor Summary
Constructors Constructor Description trim_segments()
-
-
-
Field Detail
-
points
public float[] points
-
pt_cnt
public int pt_cnt
-
seg_array_len
public int seg_array_len
-
next
public trim_segments next
-
-