Class Sphere

Sphere class

The sphere. Describes a sphere that is centered around its local origin.

public class Sphere : ColladaElement

Constructors

NameDescription
Sphere()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 value that specifies the radius of the sphere.

See Also