About 8,540,000 results
Open links in new tab
  1. Draw Dodecahedron in JavaScript - CodePal

    Learn how to draw a dodecahedron using a JavaScript function. This page provides step-by-step instructions and code examples.

  2. javascript - How to make a decahedron - Stack Overflow

    Jan 5, 2014 · If you have coordinates for an icosahedron but want to draw a dodecahedron, you can make use of the duality between those two. Take the icosahedron, and put a new vertex in …

  3. Javascript code that draws and animates a dodecahedron ... - GitHub

    Javascript code that draws and animates a dodecahedron, leaning on MathBox.

  4. Dodecahedron - WhitestormJS Framework

    In geometry, a dodecahedron is any polyhedron with twelve flat faces. The most familiar dodecahedron is the regular dodecahedron, which is a Platonic solid. There are also three …

    Missing:

    • JavaScript

    Must include:

  5. Dodecahedron.js - GitHub Pages

    function Dodecahedron(r) { r = r || 0.5; var phi = (1 + Math.sqrt(5)) / 2; var a = 0.5; var b = 0.5 * 1 / phi; var c = 0.5 * (2 - phi); var vertices = [ new Vec3( c, 0, a), new Vec3(-c, 0, a), new Vec3(-b, …

  6. How to (de)construct a dodecahedron - CodePen

    With detailed computations & comments. Uses nested 3D transformed elements, so it won't work if `transform-style: preserve-3d` is not supported (so no ...

  7. Dodecahedron by codingtrain -p5.js Web Editor

    A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.

  8. How do I create a Dodecahedron with PolyhedronGeometry?

    I am currently using THREE.ConvexGeometry to create a Dodecahedron. Using the following example /** * @author ear / https://github.com/ear * https://github.com/ear/H3/blob/master/js/

    Missing:

    • Code

    Must include:

  9. dodecahedron/dodecahedron.html at master · tstirrat15/dodecahedron

    Javascript code that draws and animates a dodecahedron, leaning on MathBox. - tstirrat15/dodecahedron

  10. Dodecahedron - JSFiddle - Code Playground

    Debug your Fiddle with a minimal built-in JavaScript console. JSFiddle - Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle.

Refresh