sphereInFrustum

fun sphereInFrustum(center: Vec3f, radius: Float): Boolean
fun sphereInFrustum(cx: Float, cy: Float, radius: Float): Boolean
abstract fun sphereInFrustum(cx: Float, cy: Float, cz: Float, radius: Float): Boolean