Plane.this

  1. this(Vector!(T, 4) abcd)
  2. this(Vector!(T, 3) origin, Vector!(T, 3) normal)
  3. this(Vector!(T, 3) A, Vector!(T, 3) B, Vector!(T, 3) C)
    struct Plane(T)
    this
    (
    Vector!(T, 3) A
    ,
    Vector!(T, 3) B
    ,
    Vector!(T, 3) C
    )
    if (
    isFloatingPoint!T
    )

Meta