This class represents a sphere

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
[SerializableAttribute]
public class Sphere : Model
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Sphere _
	Inherits Model
Visual C++
[SerializableAttribute]
public ref class Sphere : public Model

Inheritance Hierarchy

System..::.Object
  GLSV..::.Model
    GLSV..::.Sphere

See Also