#include "stdheader.h"
#include <GL/glut.h>
#include <math.h>
#include <stdio.h>
Functions | |
| float | planeEq (int q1, int q2, int q3, float n1, float n2, float n3) |
| Calculates if point Q lies on plane with normal N. | |
| void | calculateCuttingPlane () |
| Calculates cutting plane. | |
|
||||||||||||||||||||||||||||
|
Calculates if point Q lies on plane with normal N.
|
1.2.18