Plane.this

Constructs the plane, from either four scalars of type E or from a 3-dimensional vector (= normal) and a scalar.

struct Plane(E, uint D)
this
()
(
E a
,
E b
,)
if (
D >= 2 &&
isFloatingPoint!E
)

Meta