Tagged Questions
1
vote
2answers
185 views
Transforming bounding spheres
When testing bounding spheres as part of the collision detection process, I'm using this method:
public static BoundingSphere TransformBoundingSphere(Matrix m, BoundingSphere b)
{
var ...