boundsInFrustum

fun boundsInFrustum(point: Vec3f, size: Vec3f): Boolean
fun boundsInFrustum(px: Float, py: Float, width: Float, height: Float): Boolean
abstract fun boundsInFrustum(px: Float, py: Float, pz: Float, width: Float, height: Float, length: Float): Boolean