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(Int32, Int32, Single, Single)
Declaration
public CubiusGrid(int width, int height, float outerRadius = 10F, float innerRadius = 3F)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height | |
System.Single | outerRadius | |
System.Single | innerRadius |