C# Class WaveEngine.Components.Primitives.Capsule

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

Méthodes publiques

Méthode Description
Capsule ( float height, float radius, int tessellation ) : System

Initializes a new instance of the Capsule class.

Method Details

Capsule() public méthode

Initializes a new instance of the Capsule class.
If tessellation is not divisible by 2.
public Capsule ( float height, float radius, int tessellation ) : System
height float The height.
radius float The radius.
tessellation int The tessellation.
Résultat System