WLJS LogoWLJS Notebook

DihedralAngle

DihedralAngle[{p1, p2}, {v, w}] gives the angle between two half-planes bounded by the line through p1 and p2 and extended in the direction v and w.

Examples

Calculate a dihedral angle:

DihedralAngle[{{0, 0, 0}, {0, 0, 1}}, {{1, 0, 0}, {0, 1, 0}}]
(* Pi/2 *)

Please visit the official Wolfram Language Reference for more details.

On this page