Class Sphere3Generator_NormalizedCube
Generate a mesh of a sphere by first generating a mesh of a cube, and then normalizing the vertices and moving them to sphere of desired radius.
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class Sphere3Generator_NormalizedCube : GridBox3Generator
Fields
Radius
Declaration
public double Radius
Field Value
Type | Description |
---|---|
Double |
Methods
Generate()
Declaration
public override MeshGenerator Generate()
Returns
Type | Description |
---|---|
MeshGenerator |