Cylinder

Inheritance: java.lang.Object, ColladaElement

The cylinder. Describes an unlimited cylindrical surface.

Constructors

ConstructorDescription
Cylinder()

Methods

MethodDescription
getRadius()Gets or sets the radius.
setRadius(double value)Gets or sets the radius.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Cylinder()

public Cylinder()

getRadius()

public final double getRadius()

Gets or sets the radius.

Returns: double

setRadius(double value)

public final void setRadius(double value)

Gets or sets the radius.

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.