Package jgl.context.geometry
Class gl_geometry
java.lang.Object
jgl.context.geometry.gl_geometry
- Direct Known Subclasses:
gl_depth_geo
,gl_smooth_geo
,gl_tex_geo
,gle_phong_geo
gl_geometry is the basic geometry class of jGL 2.4.
- Version:
- 0.5, 17 Dec. 2002
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Modifier and TypeFieldDescriptionprotected gl_context
int
protected gl_pointer
protected boolean
protected int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copy_vertex
(int s, int d) protected void
draw_point
(float[] p, int i) protected void
void
gl_begin()
void
gl_end()
void
protected gl_vertex[]
pack_line
(int i, int j) protected gl_polygon
pack_polygon
(int size) protected void
protected void
set_vertex
(int i) protected void
-
Field Details
-
CC
-
CR
-
VertexSize
protected int VertexSize -
LineReset
protected boolean LineReset -
countBegin
public int countBegin
-
-
Constructor Details
-
gl_geometry
-
-
Method Details
-
VertexTransformation
-
PerspectiveDivision
-
draw_point
protected void draw_point(float[] p, int i) -
pack_line
-
pack_polygon
-
set_vertex
protected void set_vertex(int i) -
copy_vertex
protected void copy_vertex(int s, int d) -
extend_array
protected void extend_array() -
gl_begin
public void gl_begin() -
gl_end
public void gl_end() -
gl_vertex
public void gl_vertex()
-