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 Cube : Model
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Cube _
	Inherits Model
Visual C++
[SerializableAttribute]
public ref class Cube : public Model

Inheritance Hierarchy

System..::.Object
  GLSV..::.Model
    GLSV..::.Cube

See Also