Class Torus

Torus class

The torus. Describes a torus in 3D space.

public class Torus : ColladaElement

Constructors

NameDescription
Torus()The default constructor.

Properties

NameDescription
Extra { get; set; }Gets or sets the extra.
Radius { get; set; }Gets or sets the radius. Two floating-point numbers that describe the radii of the torus. The first value is the major radius, the second is the minor radius.

See Also