Parabola

Inheritance: java.lang.Object, ColladaElement

The parabola.

Constructors

ConstructorDescription
Parabola()

Methods

MethodDescription
getFocal()Gets or sets the focal. A floating-point number that describes the focal length of the parabola.
setFocal(double value)Gets or sets the focal. A floating-point number that describes the focal length of the parabola.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Parabola()

public Parabola()

getFocal()

public final double getFocal()

Gets or sets the focal. A floating-point number that describes the focal length of the parabola.

Returns: double

setFocal(double value)

public final void setFocal(double value)

Gets or sets the focal. A floating-point number that describes the focal length of the parabola.

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.