C# Class WaveEngine.Components.Primitives.Torus

A 3D torus.
Inheritance: Geometric
Afficher le fichier Open project: WaveEngine/Components

Méthodes publiques

Méthode Description
Torus ( float diameter, float thickness, int tessellation ) : System

Initializes a new instance of the Torus class.

Method Details

Torus() public méthode

Initializes a new instance of the Torus class.
If tessellation is less than 3.
public Torus ( float diameter, float thickness, int tessellation ) : System
diameter float The diameter.
thickness float The thickness.
tessellation int The tessellation.
Résultat System