Sphere

Inheritance: java.lang.Object, ColladaElement

The sphere. Describes a sphere that is centered around its local origin.

Constructors

ConstructorDescription
Sphere()

Methods

MethodDescription
getRadius()Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.
setRadius(double value)Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Sphere()

public Sphere()

getRadius()

public final double getRadius()

Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.

Returns: double

setRadius(double value)

public final void setRadius(double value)

Gets or sets the radius. Contains a floating-point value that specifies the radius of the sphere.

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.