SphereT constructor

SphereT({
  1. required Vec3T center,
  2. required double radius,
})

Implementation

SphereT({required this.center, required this.radius});