Class Cone

Cone class

The cone. Describes a conical surface.

public class Cone : ColladaElement

Constructors

NameDescription
Cone()The default constructor.

Properties

NameDescription
Angle { get; set; }Gets or sets the angle. Contains a floating-point number that specifies the conical surface semi angle ]0,PI/2[.
Extra { get; set; }Gets or sets the extra.
Radius { get; set; }Gets or sets the radius. Contains a floating-point number that specifies the radius of the cone.

See Also