public class Circle extends ColladaElement
The circle.
Constructor and Description |
---|
Circle() |
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.
|
public final double getRadius()
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
public final void setRadius(double value)
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.