Hyperbola
Contents
[
Hide
]Inheritance: java.lang.Object, ColladaElement
The hyperbola.
Constructors
| Constructor | Description |
|---|---|
| Hyperbola() |
Methods
| Method | Description |
|---|---|
| getRadius() | Gets or sets the radius. Contains two floating-point numbers that specify the radii of the hyperbola. |
| setRadius(String value) | Gets or sets the radius. Contains two floating-point numbers that specify the radii of the hyperbola. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
Hyperbola()
public Hyperbola()
getRadius()
public final String getRadius()
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the hyperbola.
Returns: String
setRadius(String value)
public final void setRadius(String value)
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the hyperbola.
getExtra()
public final Extra[] getExtra()
Gets or sets the extra.
Returns: Extra[]
setExtra(Extra[] value)
public final void setExtra(Extra[] value)
Gets or sets the extra.