Torus

Inheritance: java.lang.Object, ColladaElement

The torus. Describes a torus in 3D space.

Constructors

ConstructorDescription
Torus()

Methods

MethodDescription
getRadius()Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.
setRadius(String value)Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Torus()

public Torus()

getRadius()

public final String getRadius()

Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.

Returns: String

setRadius(String value)

public final void setRadius(String value)

Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor 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.