Frustum.contains

Point vs frustum intersection.

  1. bool contains(vec3!T point)
    struct Frustum(T)
    @nogc pure const nothrow
    bool
    contains
    if (
    isFloatingPoint!T
    )
  2. int contains(Sphere!(T, 3) sphere)
  3. int contains(box3!T box)

Meta