Skip to content

Commit

Permalink
explain fractgeometry purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
mindhells authored and DX-MON committed Jul 6, 2020
1 parent 60c24ef commit 094c837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fract4d/c/model/fractgeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#include "model/vectors.h"
#include "model/enums.h"

/*
this class performs the geometry calculations to give each point
within a 2d slice or 3d projection its corresponding 4-dimensional
space value in the form of a 4d vector
*/

class fract_geometry final
{
public:
Expand Down

0 comments on commit 094c837

Please sign in to comment.