Cone

Inheritance: java.lang.Object, ColladaElement

The cone. Describes a conical surface.

Constructors

ConstructorDescription
Cone()

Methods

MethodDescription
getRadius()Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.
setRadius(double value)Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.
getAngle()Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.
setAngle(float value)Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Cone()

public Cone()

getRadius()

public final double getRadius()

Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.

Returns: double

setRadius(double value)

public final void setRadius(double value)

Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.

getAngle()

public final float getAngle()

Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.

Returns: float

setAngle(float value)

public final void setAngle(float value)

Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.

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.