Applet: Plane determined from three points

Applet loading
The plane is determined by the points $\color{red}{P}$ (in red), $\color{green}{Q}$ (in green), and $\color{blue}{R}$ (in blue), which you can move by dragging with the mouse. The vectors from $\color{red}{P}$ to both $\color{green}{Q}$ and $\color{blue}{R}$ are drawn in the corresponding colors. The normal vector (in cyan) is the cross product of the green and blue vectors.
Applet links
This applet is found in the pages
General information about three.js applets
The applet was made using three.js and requires Javascript as well as a browser that supports WebGL. For most three.js applets, you can drag with the mouse to rotate the view, drag with the right button to pan, and zoom in/out with the mouse wheel. Many applets contain points that you can drag to change values of variables.