Plane.this

Create from a point and a normal.

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

Meta