Class Circle

Circle class

The circle.

public class Circle : ColladaElement

Constructors

NameDescription
Circle()The default constructor.

Properties

NameDescription
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 circle.

See Also