Frustum.contains

  1. bool contains(Vector!(T, 3) point)
  2. FrustumScope contains(Sphere!(T, 3) sphere)
    struct Frustum(T)
    const
    contains
    (
    Sphere!(T, 3) sphere
    )
    if (
    isFloatingPoint!T
    )
  3. int contains(Box!(T, 3) box)

Meta