setFrom method
Implementation
BoundingSphere setFrom(BoundingSphere sphere) {
center.setFrom(sphere.center);
radius = sphere.radius;
return this;
}
BoundingSphere setFrom(BoundingSphere sphere) {
center.setFrom(sphere.center);
radius = sphere.radius;
return this;
}