public class Parabola extends ColladaElement
The parabola.
Constructor and Description |
---|
Parabola() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
double |
getFocal()
Gets or sets the focal.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setFocal(double value)
Gets or sets the focal.
|
public final double getFocal()
Gets or sets the focal. A floating-point number that describes the focal length of the parabola.
public final void setFocal(double value)
Gets or sets the focal. A floating-point number that describes the focal length of the parabola.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.