CLIENT
School Project
PROJECT
algorithm, 3d presentation
STACK
c
DESCRIPTION
The task was to create a program that takes in an array of xyz-coordinates and projects them to a 3D plane. The project is written entirely in C, so memory management was crucial to ensure zero memory leakage. The starting point is an isometric projection, but the program allows for rotations around all axis.
DESCRIPTION
'The task was to create a program that takes in an array of xyz-coordinates and projects them to a 3D plane. The project is written entirely in C, so memory management was crucial to ensure zero memory leakage. The starting point is an isometric projection, but the program allows for rotations around all axis.'
School Project
Algorithm, 3D Presentation
C