public class Cylinder extends ColladaElement
The cylinder. Describes an unlimited cylindrical surface.
Constructor and Description |
---|
Cylinder() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
double |
getRadius()
Gets or sets the radius.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setRadius(double value)
Gets or sets the radius.
|