Class CubiusGrid
A torus with a quarter turn. Demonstrates how Sylves handles non-orientability on 3d surfaces.
Implements
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class CubiusGrid : MeshPrismGrid, IGrid
Constructors
CubiusGrid(int, int, float, float)
Declaration
public CubiusGrid(int width, int height, float outerRadius = 10, float innerRadius = 3)
Parameters
| Type | Name | Description |
|---|---|---|
| int | width | |
| int | height | |
| float | outerRadius | |
| float | innerRadius |