The following tables list the members exposed by Cube.

Public Constructors

  Name Description
Static Public method Cube Overloaded. Initializes a new instance of the Cube class.
Top

Public Properties

  Name Description
Public property Contains détermine si un cube est contenu dans ce cube englobant
Public property Depth récupère la profondeur du cube englobant
Public property Height récupère la hauteur du cube englobant
Public property Max point supérieur haut du cube englobant
Public property Min point infèrieur bas du cube englobant
Public property Width récupère la largeur du cube englobant
Top

Public Methods

  Name Description
Public method Analyze Overloaded. analyse un cube pour qu'il soit contenu par ce cube englobant et s'agrandi dans le cas échéant
Public method AssignValue assigne les valeur minimal et maximal du cube englobant
Public method Center indique la position du centre du cube englobant
Public method Equals   (inherited from Object)
Public method GetHashCode   (inherited from Object)
Public method GetType   (inherited from Object)
Public method Normalize normalize le cube englobant, si Max inférieur à Min les valeurs sont inversé
Public operator Static op_Addition Overloaded.  
Public method Render Overloaded. rendu du cube englobant
Public method Reset reset des valeurs du cube anglobant (Single.MinValue, Single.MaxValue)
Public method Set_Matrix transforme tout les vertex du cube englobant par une matrice
Public method ToString   (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method Cube Overloaded. Initializes a new instance of the Cube class.
Top

See Also