Plane.this

Create from 3 non-aligned points.

  1. this(vec4!T abcd)
  2. this(vec3!T origin, vec3!T normal)
  3. this(vec3!T A, vec3!T B, vec3!T C)
    struct Plane(T)
    @nogc pure nothrow
    this
    (,,)
    if (
    isFloatingPoint!T
    )

Meta