public class Torus extends ColladaElement
The torus. Describes a torus in 3D space.
Constructor and Description |
---|
Torus() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getRadius()
Gets or sets the radius.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setRadius(String value)
Gets or sets the radius.
|
public final String getRadius()
Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.
public final void setRadius(String value)
Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.