Class MobiusSquareGrid
A square grid on a Möbius strip. Demonstrates how Sylves handles non-orientability on 2d surfaces.
Implements
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class MobiusSquareGrid : MeshGrid, IGrid
Constructors
MobiusSquareGrid(Int32, Int32)
Declaration
public MobiusSquareGrid(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height |