C# 클래스 WaveEngine.Components.Primitives.Torus

A 3D torus.
상속: Geometric
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
Torus ( float diameter, float thickness, int tessellation ) : System

Initializes a new instance of the Torus class.

메소드 상세

Torus() 공개 메소드

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.
리턴 System