Plane.this

Undocumented in source.
  1. this(E a, E b, E distance)
  2. this(E a, E b, E c, E distance)
  3. this(NormalType normal, E distance)
    struct Plane(E, uint D)
    if (
    D >= 2 &&
    isFloatingPoint!E
    )

Meta