3D Plane
Specifies a linear combination of three points
Implicit representation:
P·N + d = 0, or
ax + by + cz + d = 0
typedef struct {
Vector N;
Distance d;
} Plane;
P1
Origin
N = (a,b,c)
d
P3
P2
Previous slide
Next slide
Back to first slide
View graphic version