public class Ellipse extends ColladaElement
The ellipse.
Constructor and Description |
---|
Ellipse() |
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. Contains two floating-point numbers that specify the radii of the ellipse.
public final void setRadius(String value)
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.