public class Cone extends ColladaElement
The cone. Describes a conical surface.
Constructor and Description |
---|
Cone() |
Modifier and Type | Method and Description |
---|---|
float |
getAngle()
Gets or sets the angle.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
double |
getRadius()
Gets or sets the radius.
|
void |
setAngle(float value)
Gets or sets the angle.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setRadius(double value)
Gets or sets the radius.
|
public final double getRadius()
Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.
public final void setRadius(double value)
Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.
public final float getAngle()
Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.
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[.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.