Mathematics
Showing page 1 of 1.
-
4D object viewer in wireframe 3D stereo 3D wireframe projection of 4D objects. rotations about the 6 planes of various 4D(R4) objects in Java. uses documented file format for the 4D objects. supports alternating lcd shutter 3D glasses and the red-blue 3D glasses. no 3d monitors yet
1 weekly downloads -
Computing very large Fibonacci numbers A tool written in C++ to generate very large Fibonacci numbers using the primary recursive formula: F(n) = F(n-1) + F(n-2) n > 1; F(1) = 1, F(0) = 0.
1 weekly downloads