|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.javagl.swogl.geometry.Geometries
public class Geometries
Factory methods for creating Geometries.
Method Summary | |
---|---|
static SimpleGeometry |
create(int width,
int height,
int verticesX,
int verticesY)
Creates a new SimpleGeometry with the given size and number of vertices |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SimpleGeometry create(int width, int height, int verticesX, int verticesY)
width
- The size in x directionheight
- The size in y directionverticesX
- The number of vertices in x direction
Will be clamped to be at least 2.verticesY
- The number of vertices in y direction
Will be clamped to be at least 2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |