BoundingSphere constructor

BoundingSphere(
  1. Vector3 min,
  2. Vector3 max, [
  3. Matrix worldMatrix
])

Implementation

external BoundingSphere(Vector3 min, Vector3 max, [Matrix worldMatrix]);