Skip to content

A torus array with ratio of phi, based on mod9 vortex maps derived from Fibonacci sequence.

License

Notifications You must be signed in to change notification settings

johnny-human/phi-torus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phi-torus version 0.3.2

An array of torus that expands to the n:th torus based on ratio of Phi.

Every torus n has:

  • ODia to IDia ratio is Phi^(2n - 1)
  • Surface mapping dimension follows 36 x 9( L(2n + 1) ), where
  • is the numbers from the Lucas sequence
  • Total points: Surface mapping * 2

Image of torus array

####Also in this package:

Initialize a spiraling torus with mesh and colors:

initTorusModel(globals)

Initialize the torus above:

initPhiTorusModel(globals)

Initialize the points of a chestahedron:

let chestahdron = new Chestahedron(globals, {
    scale: 1,
    lines: true,
    faces: true,
    points: false
})

About

A torus array with ratio of phi, based on mod9 vortex maps derived from Fibonacci sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published