My Project
|
Structured Defined to represent Planes. More...
#include <basicComponents.h>
Public Member Functions | |
Plane (Vertice u, Vertice v, Vertice w) | |
Constructor to define plane using 3 vertices. More... | |
float | distance (Vertice u) |
bool | onPlane (Edge e) |
Function used to check whether an Edge lies on the plane or not. More... | |
Public Attributes | |
float | a |
float | b |
float | c |
float | d |
Structured Defined to represent Planes.
Constructor to define plane using 3 vertices.
|
inline |
|
inline |
Function used to check whether an Edge lies on the plane or not.
float Plane::a |
float Plane::b |
float Plane::c |
float Plane::d |