Method CreateTorus
CreateTorus(double, double, int, int)
Create a new torus
Declaration
public uint CreateTorus(double majorRadius, double minorRadius, int subdivisionLatitude, int subdivisionLongitude)
Parameters
Type | Name | Description |
---|---|---|
double | majorRadius | Major Radius |
double | minorRadius | Minor Radius |
int | subdivisionLatitude | Subdivision of the Torus on the Latitude |
int | subdivisionLongitude | Subdivision of the Torus on the Longitude |
Returns
Type | Description |
---|---|
uint |