Plane.this

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

Meta