C# Class HyperbolicModels.Lawson

Datei anzeigen Open project: roice3/Honeycombs

Public Methods

Method Description
Gen ( ) : void
Lawson ( int m, int k ) : System.Collections.Generic

Private Methods

Method Description
CalcQuads ( Sphere mirrors, Quad start ) : Quad[]
ReflectEdgesRecursive ( Sphere mirrors, Quad quads, List allQuads, HashSet completed ) : void
Tetrahedron ( Vector3D quad ) : R3.Geometry.Sphere[]

Calculate the surfaces of the tetrahedron for the quadrilateral

Verts ( int m, int k ) : Vector3D[]

Calculate the 4 points defining the fundamental geodesic quadrilateral.

Method Details

Gen() public method

public Gen ( ) : void
return void

Lawson() public method

public Lawson ( int m, int k ) : System.Collections.Generic
m int
k int
return System.Collections.Generic