Blogs

magwigan's picture

Snub Dodecahedron

I have created a snub dodecahedron. The snub dodecahedron is an Archimedean solid.

Jess's picture

Hexahedron Cube

Hexahedron

I created a hexahedron (cube), which is a polyhedron platonic shape.

Tnyka Breen's picture

Archimedean solid- Truncated Cube

Archimedean solid- Truncated Cube

I have created the truncated cube which is an Archimedean solid. The truncated cube has 14 faces which are made up of 6 octagons and 8 triangles. The shape has 36 edges and 24 vertices.

Andy's picture

Waves at sea

Sea surface

Following my previous blog about 3D function graphing, I did another experiment to animate the 3D graphs. In this blog, I used the same 3D function f(x,z) = x*z^3-z*x^3 to generate two sets of heights. Then a VECTORINTERPOLATOR (or VECINT) was used to animate this 3D graph. It looks to me like a wave on the sea surface. What do you think?

Andy's picture

3D function with ElevationGrid

3D function

I have been thinking about 3D graphing using ElevationGrid for a while and finally got time to demonstrate here. Previously, I have blogged about 3D plotting and ElevationGrid, This blog is simply taking the same maths function f(x,z) = x*z^3-z*x^3 in the 3D plotting blog and apply to the ElevationGrid object.