| java.lang.Object | ||
| ↳ | casmi.graphics.element.Element | |
| ↳ | casmi.graphics.element.Cone | |
Cone class. Wrap JOGL and make it easy to use.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
casmi.graphics.element.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new Cone object using base size and height.
| |||||||||||
Creates a new Cone object using base size, height, slices and stacks.
| |||||||||||
Creates a new Cone object using base size, height and x,y,z-coordinate.
| |||||||||||
Creates a new Cone object using base size, height, slices, stacks, and x,y,z-coordinate.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the base size of this Cone.
| |||||||||||
Gets the height of this Cone.
| |||||||||||
Gets the slices of this Cone.
| |||||||||||
Gets the stacks of this Cone.
| |||||||||||
Sets the base size of this Cone.
| |||||||||||
Sets the height of this Cone.
| |||||||||||
Sets the slices of this Cone.
| |||||||||||
Set the stacks of this Cone.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
casmi.graphics.element.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
casmi.graphics.object.Renderable
| |||||||||||
From interface
casmi.graphics.object.Resettable
| |||||||||||
Creates a new Cone object using base size and height.
| base | The base size of the Cone. |
|---|---|
| height | The height of the Cone. |
Creates a new Cone object using base size, height, slices and stacks.
| base | The base size of the Cone. |
|---|---|
| height | The height of the Cone. |
| slices | The slices of the Cone. |
| stacks | The stacks of the Cone. |
Creates a new Cone object using base size, height and x,y,z-coordinate.
| base | The base size of the Cone. |
|---|---|
| height | The height of the Cone. |
| x | The x-coordinate of the Cone. |
| y | The y-coordinate of the Cone. |
| z | The z-coordinate of the Cone. |
Creates a new Cone object using base size, height, slices, stacks, and x,y,z-coordinate.
| base | The base size of the Cone. |
|---|---|
| height | The height of the Cone. |
| x | The x-coordinate of the Cone. |
| y | The y-coordinate of the Cone. |
| z | The z-coordinate of the Cone. |
| slices | The slices of the Cone. |
| stacks | The stacks of the Cone. |
Gets the base size of this Cone.
Gets the height of this Cone.
Gets the slices of this Cone.
Gets the stacks of this Cone.
Sets the base size of this Cone.
| base | The base size of the Cone. |
|---|
Sets the height of this Cone.
| height | The height of the Cone. |
|---|
Sets the slices of this Cone.
| slices | The slices of the Cone. |
|---|
Set the stacks of this Cone.
| stacks | The stacks of the Cone. |
|---|